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
BrowsersIE ieFirefox firefoxSafari safariOpera operaChrome chrome
Versions913.19.50.4
Belongs to:

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