HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

before

Description

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

Syntax

selector::before
{
    property: value;
}

Examples

1 · CSS

2 · JS