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

last-of-type

Description

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

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

Syntax

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

Examples

1 · CSS

2 · JS