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

target-within

Description

The target-within pseudo-class for CSS applies to any element to which the :target pseudo-class applies as well as to any element whose descendant in the flat tree (including non-element nodes, such as text nodes) matches the conditions for matching :target.

Syntax

selector:target-within
{
    property: value;
}

Examples

1 · CSS

2 · JS