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

first-of-type

Description

The first-of-type pseudo-class for CSS represents an element that is the first sibling of its type.

It is the same as :nth-of-type(1).

Syntax

selector:first-of-type
{
    property: value;
}

Examples

1 · CSS

2 · JS