 |
:nth-child - CSS | MDN - Mozilla Developer Network
The :nth-child(an+b) CSS pseudo-class matches an element that has a n+ b -1 siblings before it in the document tree, ... Represents a span element which is the first child of its parent; this is the same as the :first-child selector. span:nth-child(1) Equ
developer.mozilla.org |
 |