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

hover

Description

The hover pseudo-class for CSS applies while the element is designated with a pointing device, but not activated.

Syntax

selector:hover
{
    property: value;
}

Examples

1 · CSS

2 · JS