first-line-indent

The indentation of the first line of a paragraph.

Availability

Available in: Paragraph, Headers and Footers, Footnotes Area, Figures, Figure Captions, Divider, Block, List, Table, Table Cell

Type

Length

Default value

0pt

Inherited

No.

Example

paragraph {
  // Set first line indentation on paragraphs
  first-line-indent:  10pt
}

heading-all + paragraph {
  // No first line indentation after headings
  first-line-indent:  0pt
}