The orphans
CSS property sets the minimum number of lines in a block container that must be shown at the bottom of a page, region, or column.
/* <integer> values */ orphans: 2; orphans: 3; /* Global values */ orphans: inherit; orphans: initial; orphans: revert; orphans: revert-layer; orphans: unset;
In typography, an orphan is the first line of a paragraph that appears alone at the bottom of a page. (The paragraph continues on a following page.)