Skip to content

Instantly share code, notes, and snippets.

@lepittenger
Last active February 22, 2016 18:07
Show Gist options
  • Save lepittenger/f798c999942af4b1e6a1 to your computer and use it in GitHub Desktop.
Save lepittenger/f798c999942af4b1e6a1 to your computer and use it in GitHub Desktop.
CSS: Select every third item starting at #4
&:nth-child(3n+4) {
// do it only to every third item starting with #4.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment