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

orphans

Description

The orphans property for CSS specifies the minimum number of line boxes in a block container that must be left in a fragment before a break.

Syntax

CSS

orphans: value;

JS

object.style.orphans = "value";

Values

<'orphans'> = <integer>
<integer>

Specifies one or more decimal digits (0-9).

Initial

2

Examples

1 · integer

2 · JS