Selector :nth-last-of-type(n)
p:nth-last-of-type(2)
Selects every
element that is the second
element of its parent, counting from the last child
p:nth-last-of-type(2)
Selects every
element that is the second
element of its parent, counting from the last child