AFTER
The after pseudo-element represents a child immediately after the originating element.
SYNTAX
selector::after {
property: value;
}
The after pseudo-element represents a child immediately after the originating element.
selector::after {
property: value;
}