Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@robertjwhitney
Created March 26, 2013 20:26
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 robertjwhitney/5248909 to your computer and use it in GitHub Desktop.
Save robertjwhitney/5248909 to your computer and use it in GitHub Desktop.
# multi-class selection
<div class="a b c">
</div>
.a.b { }
# parent - child selection
<div class="a">
<div class="b">
</div>
</div>
.a .b { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment