Skip to content

Instantly share code, notes, and snippets.

@sgnl
Created November 7, 2014 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sgnl/9553c13a5a7341f76685 to your computer and use it in GitHub Desktop.
Save sgnl/9553c13a5a7341f76685 to your computer and use it in GitHub Desktop.
Helpful CSS Pseudo Selectors
:first-child - https://developer.mozilla.org/en-US/docs/Web/CSS/:first-child
:last-child - https://developer.mozilla.org/en-US/docs/Web/CSS/:last-child
:nth-child() - https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child
30 Most Helpful CSS Selectors:
http://code.tutsplus.com/tutorials/the-30-css-selectors-you-must-memorize--net-16048
Special Stuff:
attribute selector - https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors
Advanced Nth-child stuff:
http://css-tricks.com/useful-nth-child-recipies/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment