CSS widows property
Usage
Used in paged media. Specifies the minimum number of lines in an element which should be left at the top of the page.
Values
- [number] - default is 2
Example
Code:
p {
widows: 4;
}
Used in paged media. Specifies the minimum number of lines in an element which should be left at the top of the page.
p {
widows: 4;
}