 |
:first-child (CSS selector) - SitePoint
Description This pseudo-class matches an element only if it’s the first child element of its parent element. For instance, li:first-child matches the first list item in an ol or ul element. It doesn’t match the first child of a list item. For example, let
www.sitepoint.com |
 |