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

empty

Description

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

Syntax

selector:empty
{
    property: value;
}

Examples

1 · CSS

2 · JS