Skip to content

Instantly share code, notes, and snippets.

@evanleck
Created March 19, 2015 17:39
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 evanleck/25320c69e8b8510003d0 to your computer and use it in GitHub Desktop.
Save evanleck/25320c69e8b8510003d0 to your computer and use it in GitHub Desktop.
Direct Descendents
<h1>
<a>This one gets selected</a>
<span>
<a>But this one doesn't</a>
</span>
</h1>
h1 > a {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment