Skip to content

Instantly share code, notes, and snippets.

@kidsil
Created June 24, 2010 06:28
Show Gist options
  • Save kidsil/451065 to your computer and use it in GitHub Desktop.
Save kidsil/451065 to your computer and use it in GitHub Desktop.
what does the '>' on CSS means
The sign '>' in CSS means Direct Child:
<ul>
<li>
ul > li OK
<ul>
<div>
<li>
ul > li NOT FOUND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment