Skip to content

Instantly share code, notes, and snippets.

@kyuwoo-choi
Last active May 27, 2018 17:18
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/129c51f5eb87cb0deaa56c8a769b6254 to your computer and use it in GitHub Desktop.
Save kyuwoo-choi/129c51f5eb87cb0deaa56c8a769b6254 to your computer and use it in GitHub Desktop.
// I won't fail this time
document.body.appendChild(document.createElement('div'))
.attachShadow({mode: 'open'})
.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