after
Description
The after pseudo-element for CSS specifies a child immediately after the originating element.
Syntax
selector::after
{
property: value;
}The after pseudo-element for CSS specifies a child immediately after the originating element.
selector::after
{
property: value;
}