LAST-OF-TYPE
The last-of-type 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 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;
}