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