Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Forked from tathamoddie/markup.html
Last active December 15, 2015 16:09
Show Gist options
  • Save aaronfrost/5287621 to your computer and use it in GitHub Desktop.
Save aaronfrost/5287621 to your computer and use it in GitHub Desktop.
<div id="foo">
<div class="bar">Baz</div>
</div>
div .bar { color: red; }
div .bar:first { color: yellow; }
#foo div { color: blue; }
#foo > div { color: green; }
.bar { color: purple !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment