:left

The :left pseudo-class represents all left pages of a printed document. You won't be able to change all CSS properties with this pseudo class. You can only change the margin, padding, border, and background properties of the page window. All other properties will be ignored.

Syntax



@page:left {
  property: value;
}