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