:nth-child() (initial support)
Widely availableThe :nth-child()
and :nth-last-child()
CSS functional pseudo-classes match elements by the relative position of elements (first, second, third, fourth, and so on), counted from the first or last sibling.