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

root

Description

The root pseudo-class for CSS represents an element that is the root of the document.

Syntax

selector:root
{
    property: value;
}

Examples

1 · CSS

2 · JS