Google
CSS Orphans Property

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;}