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

active

Description

The active pseudo-class for CSS applies while the element is activated.

Syntax

selector:active
{
    property: value;
}

Examples

1 · CSS

2 · JS