CSS3 Pseudo-classes: Harnessing the power! - Examples

Below are examples of some css3 pseudo-classes in action. Visit the tutorial page:
http://creativeindividual.co.uk/2011/08/css3-pseudo-classes

:first-of-type

:last-of-type

:nth-of-type(3)

:nth-of-type(3n)

:nth-last-of-type(3)

:nth-last-of-type(-n+3)

Or for a full list of pseudo-classes visit:
http://reference.sitepoint.com/css/css3psuedoclasses