:nth-child()
nth-child is used to select an element that is the nth child of its parent element. The child number goes in the brackets. This is regardless of its type, to select the nth child by type, use nth-of-type.