Skip to content

Instantly share code, notes, and snippets.

@ekwoodrich
Created February 2, 2020 03:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekwoodrich/88451895b9a9c4b5c6e810728ccd4c3a to your computer and use it in GitHub Desktop.
Save ekwoodrich/88451895b9a9c4b5c6e810728ccd4c3a to your computer and use it in GitHub Desktop.
Event Practice
<h1>Hello <span onClick="console.log('hello world')"> World!</span></h1>
<h1 id="yellow">Yellow <span onClick="console.log('hello world')"> Qorld!</span></h1>
document.querySelector("h1#yellow").style.fontSize = "80px";
$blue: #a3d5d3;
body {
background-color: $blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment