Description

Structural pseudo-class, E:nth-last-of-type(n) an E element, the n-th sibling of its type, counting from the last one.

Example

li:nth-last-of-type(2){color:#CCC;}

Introduced in CSS version
3
Browser Support
BrowsersIE ieFirefox firefoxSafari safariOpera operaChrome chrome
Versions913.19.50.4
Belongs to:

See the full list CSS properties and browser support: CSS Properties