after

The after CSS pseudo-element specifies a child immediately after the originating element.

Syntax

selector::after
{
    property: value;
}

Examples

1 · CSS

2 · JS

HomeMenu