Skip to content

Instantly share code, notes, and snippets.

@Jedt3D
Created November 8, 2020 17:59
Show Gist options
  • Save Jedt3D/f72d42f61a39782c3c596174d84eb5eb to your computer and use it in GitHub Desktop.
Save Jedt3D/f72d42f61a39782c3c596174d84eb5eb to your computer and use it in GitHub Desktop.
try_css
<h1 onclick="sayHi()">hello</h1>
<p>
<a href="https://codepen.io/wrj/pen/abZRvba">
link</a>
</p>
function sayHi(){
console.log("ทดสอบ logging");
}
h1 {
background-color: lightblue;
padding: .5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment