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

dir

Description

The dir pseudo-class for CSS allows the author to write selectors that represent an element based on its directionality as determined by the document language.

Syntax

selector:dir()
{
    property: value;
}

Examples

1 · CSS

2 · JS