marks property CSS Reference



Definition and Usage

The marks CSS property adds crop and/or cross marks to the presentation of the document. Crop marks indicate where the page should be cut. Cross marks are used to align sheets.

Crop marks and cross marks are printed outside the page box. To have room to show crop and cross marks, the final pages will have to be somewhat bigger than the page box.

  • Initial none
  • Applies to page context
  • Inherited no
  • Media visual, paged
  • Computed Value specified value

Syntax

marks: [ crop || cross ] | none

Examples

@page { marks: crop cross; }

Compatibility

Desktop browsers

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support NA NA NA NA NA

Mobile browsers

Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support NA NA NA NA NA

Relative articles