FIRST-OF-TYPE
The first-of-type pseudo-class represents an element that is the first sibling of its type.
It is the same as :nth-of-type(1).
SYNTAX
selector:first-of-type {
property: value;
}
The first-of-type pseudo-class represents an element that is the first sibling of its type.
It is the same as :nth-of-type(1).
selector:first-of-type {
property: value;
}