CSS Orphans Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
Specifies the minimum number of lines to be displayed at the bottom of the page.
Syntax
orphans: [value];
Possible values
- [integer]
- inherit
Initial Value
2
Applies To
Block level elements
Inherited
Yes
Media
Visual, Paged
Example
p {orphans: 3;}
Loading Twitter