Skip to content

Instantly share code, notes, and snippets.

@ozgun
Created May 24, 2010 15:10
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 ozgun/411979 to your computer and use it in GitHub Desktop.
Save ozgun/411979 to your computer and use it in GitHub Desktop.
<style>
ul li:first-child {
color: green;
}
ul li:last-child {
color: red;
}
</style>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment