Skip to content

Instantly share code, notes, and snippets.

@kyuwoo-choi
Last active May 27, 2018 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyuwoo-choi/a2b85ea988a4a91fe66175db4790ac57 to your computer and use it in GitHub Desktop.
Save kyuwoo-choi/a2b85ea988a4a91fe66175db4790ac57 to your computer and use it in GitHub Desktop.
// I want to make this one div green
document.body.appendChild(document.createElement('div')).innerHTML
= '<style>div { background-color: #82b74b; }</style><div>Make me green!</div>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment