ul li:nth-last-child(-n + 2) {
/* .. */
}
Source et support navigateur (IE9+ pour IE) : http://css-tricks.com/almanac/selectors/n/nth-last-child/
Le bloc-notes professionnel d'un développeur front-end senior
Show menu Hide menu
ul li:nth-last-child(-n + 2) {
/* .. */
}
Source et support navigateur (IE9+ pour IE) : http://css-tricks.com/almanac/selectors/n/nth-last-child/
Categories: CSS
Tags: :last-child, :nth-last-child, css