Divider

The divider class is used to separate parts of the document logically. It may be either used to add a styled separator or to add a page break.

Selectors

  • Definitions:

    • paragraph-divider

Style Settings

See also: Paragraph, Inline

Setting Type Examples Description
content String "❧" The content of a divider.

Pseudoclasses

See also: Paragraph, Inline

Example

// Replaces a divider by a fleuron and adds a page break
paragraph-divider {
  content:        "❧"
  page-break:     after
}