empty

The empty CSS pseudo-class represents an element that has no children.

Syntax

selector:empty
{
    property: value;
}

Examples

HomeMenu