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

first-letter

Description

The first-letter pseudo-element for CSS specifies the first letter of the originating element.

Syntax

selector::first-letter
{
    property: value;
}

Examples

1 · CSS

2 · JS