- Description
Structural pseudo-class, E:nth-last-child(n) an E element, the n-th child of its parent, counting from the last one.
- Example
li:nth-last-child(3){font-weight:bold;}
- 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