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

selection

Description

The selection pseudo-element for CSS specifies represents the portion of a document that has been selected and is active.

Syntax

selector::selection
{
    property: value;
}

Examples

1 · CSS

2 · JS