Skip to content

Instantly share code, notes, and snippets.

@tevashov
Created March 15, 2013 19:34
Show Gist options
  • Select an option

  • Save tevashov/5172489 to your computer and use it in GitHub Desktop.

Select an option

Save tevashov/5172489 to your computer and use it in GitHub Desktop.
Table row stripes
table tr:nth-child(even) {
background: rgba(0,0,0,0.1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment