Skip to content

Instantly share code, notes, and snippets.

@Rich-Harris
Created November 29, 2016 16:10
Show Gist options
  • Save Rich-Harris/34a038757e4d36140fe450d61da6b564 to your computer and use it in GitHub Desktop.
Save Rich-Harris/34a038757e4d36140fe450d61da6b564 to your computer and use it in GitHub Desktop.
Scoped styles
<div class='foo'>
Big red Comic Sans
</div>
<style>
.foo {
color: red;
font-size: 2em;
font-family: 'Comic Sans MS';
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment