Skip to content

Instantly share code, notes, and snippets.

@sidonaldson
Created February 2, 2012 14:39
Show Gist options
  • Select an option

  • Save sidonaldson/1723766 to your computer and use it in GitHub Desktop.

Select an option

Save sidonaldson/1723766 to your computer and use it in GitHub Desktop.
Testing selectors
/**
* Testing selectors
*/
body{background: #000;}
ul li{color:white;}
ul li+li{color:blue;}
ul li+li+li{color:white;}
<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
<li>Four</li>
</ul>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment