CSS orpans
Also see the full, alphabetical list of CSS properties
The CSS orpans property is used in paged media to control line breaks by specifying the minimum number of lines that should be left at the bottom of the page.
| Syntax: | orpans: <value>; |
| Possible Values: |
|
| Initial Value: | 2 |
| Applies to: | Block level elements |
| Inherited: | Yes |
| Media: | Visual, paged |
| Example: |
p { orpans: 4; }
|
