Skip to content

Instantly share code, notes, and snippets.

@jimmylatreille
Last active August 29, 2015 14:03
Show Gist options
  • Save jimmylatreille/326cc83dd9e8db7b52ee to your computer and use it in GitHub Desktop.
Save jimmylatreille/326cc83dd9e8db7b52ee to your computer and use it in GitHub Desktop.
background table mosaique
table tr:nth-of-type(even){background: transparent;}
table tr:nth-of-type(odd){background: #e4e4e4;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment