Skip to main content

CSS paged media

The CSS paged media module defines the properties that control the presentation of content for print or any other media that splits content into discrete pages. It allows you to set page breaks, control printable area, style left and right pages differently, and control breaks inside elements.

Reference

Properties

  • {{cssxref("break-after")}}
  • {{cssxref("break-before")}}
  • {{cssxref("break-inside")}}
  • {{cssxref("orphans")}}
  • {{cssxref("widows")}}

At-rules

  • {{cssxref('@page')}}

Pseudo-classes

  • {{cssxref(':blank')}}
  • {{cssxref(':first')}}
  • {{cssxref(':left')}}
  • {{cssxref(':right')}}

Specifications

See also