CSS Property: orphans
Used with paged media. The minimum number of lines that should be left at the bottom of a page.
Possible Values
Value | Note | Example |
---|---|---|
[integer] | Should not be negative. Default is 2 . | 5 |
inherit | ||
initial | ||
unset |
Example
#asia { orphans: 3; }