Skip to content

Instantly share code, notes, and snippets.

@kahshiu
Created February 19, 2023 05:30
Show Gist options
  • Save kahshiu/7a783b889ab14199d61075abac510b0c to your computer and use it in GitHub Desktop.
Save kahshiu/7a783b889ab14199d61075abac510b0c to your computer and use it in GitHub Desktop.
test1
<h1>Testing</h1>
<p>hello world, this is kahshiu's test drive on codepen</p>
document.getElementsByTagName("h1");
body {
font-family: system-ui;
background: #f06d06;
color: white;
text-align: center;
}
h1 {
text-decoration: underline;
}
@kahshiu
Copy link
Author

kahshiu commented Feb 19, 2023

exporting to gist.github from codepen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment