:right

A selector used in paged media (like printing) to style only the right-hand pages of a document (usually odd-numbered pages).

Quick example

@page :right {
  /* Adds a larger margin to the right side for binding/punching holes */
  margin-right: 2cm;
  margin-left: 1cm;
}

:right Browser Support

Widely available Since 2015 94% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.

Safe to use without fallbacks.

6+
5+
12+
ESC