LAST-CHILD
The last-child pseudo-class represents an element that is the last child of its parent.
It is the same as :nth-last-child(1).
SYNTAX
selector:last-child {
property: value;
}
The last-child pseudo-class represents an element that is the last child of its parent.
It is the same as :nth-last-child(1).
selector:last-child {
property: value;
}