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