Skip to content

Instantly share code, notes, and snippets.

@MikeRogers0
Created June 16, 2012 17:34
Show Gist options
  • Save MikeRogers0/2942043 to your computer and use it in GitHub Desktop.
Save MikeRogers0/2942043 to your computer and use it in GitHub Desktop.
Making Zebra Stripes with CSS3
ul#example_list li:nth-child(odd) {
background-color:#FFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment