- 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
Browsers IE 
Firefox 
Safari 
Opera 
Chrome 
Versions 9 1 3.1 9.5 0.4
Belongs to:
See the full list CSS properties and browser support: CSS Properties