page-break-after
DeprecatedA legacy property used to control page breaks when printing. It's used to force or prevent a new page from starting after an element.
Quick example
section.print-break {
/* Forces a new page to start after this section when printing */
page-break-after: always;
}Quick facts
Initial value
autoInherited
No
Applies to
block elements in normal flow
Animation type
discrete
Values
autoalwaysavoidleftrightrectoversopage-break-after Browser Support
Limited availability96% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Not ready for production without a fallback.
1+
12+