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

not

Description

The not pseudo-class for CSS represents an element that is not represented by its argument.

Syntax

selector:not()
{
    property: value;
}

Examples

1 · CSS

2 · JS