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