CSS Drop-Initial-After-Align Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

The 'drop-initial-after-align' property determines which alignment line within the nth line box (n being defined by the 'drop-initial-value' property) is used at the primary connection point with the initial letter box.

Syntax

drop-initial-after-baseline: [value];

Possible values

  • [alignment-baseline]

Initial Value

baseline

Applies To

::first-letter pseudo element

Inherited

No

Media

Visual

Example

.class {
  drop-initial-after-baseline: central ;
}


View All CSS Properties