The last-of-type CSS pseudo-class represents an element that is the last sibling of its type.
It is the same as :nth-last-of-type(1).
Syntax
selector:last-of-type { property: value; }
The last-of-type CSS pseudo-class represents an element that is the last sibling of its type.
It is the same as :nth-last-of-type(1).
selector:last-of-type { property: value; }