coningham
1/27/2015 - 5:38 PM

nth-last-of-type(n)

nth-last-of-type(n)

/*:nth-last-of-type() starts at the end of the selected elements and works backwards.
To select the last paragraph in an article, you would use this:*/

article p:nth-last-of-type(1) { … }