Skip to content

Instantly share code, notes, and snippets.

@bitsprint
Created July 29, 2012 09:43
Show Gist options
  • Select an option

  • Save bitsprint/3197086 to your computer and use it in GitHub Desktop.

Select an option

Save bitsprint/3197086 to your computer and use it in GitHub Desktop.
Select all elements except first
tr:not(:first-child) {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment