drop-initial-value property CSS Reference



Definition and Usage

The 'drop-initial-value' property is the basic property that activates a drop-initial effect. By providing a value different than 'initial or '1', the primary connection point is moved after the initial line.

Name: drop-initial-value
Value: initial | <integer>
Initial: initial
Applies to: ::first-letter pseudo element
Inherited: no
Percentages: N/A
Media: visual
Computed value: specified values (except for initial and inherit)

Syntax

drop-initial-value : initial | <integer>

Values

initial
The drop initial letter is aligned on the initial line
<integer>
The drop initial letter is sunken to the nth line (as determined by the integer value).

Examples

.class {
    drop-initial-value: ;
}

Relative articles