HTML Dog
Skip to navigation

CSS Property: orphans

Used with paged media. The minimum number of lines that should be left at the bottom of a page.

Possible Values

ValueNoteExample
[integer]Should not be negative. Default is 2.5
inherit
initial
unset

Example


#asia { orphans: 3; }

Browser support

Can I Use css-widows-orphans? Data on support for the css-widows-orphans feature across the major browsers from caniuse.com.