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

is

Description

The is pseudo-class for CSS represents a matches-any pseudo-class, taking a selector list as its argument.

Syntax

selector:is()
{
    property: value;
}

Examples

1 · CSS

2 · JS