Skip to content

Instantly share code, notes, and snippets.

@AlphaGit
Forked from tathamoddie/markup.html
Created December 28, 2011 19:26
Show Gist options
  • Save AlphaGit/1529281 to your computer and use it in GitHub Desktop.
Save AlphaGit/1529281 to your computer and use it in GitHub Desktop.
One color to rule them all.
<div id="foo"><div class="bar">Baz</div></div>
div .bar { color: #f00; }
#foo div { color: #0f0; }
.bar { color: #00f; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment