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

FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic supportNANANANANA

Mobile browsers

FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic supportNANANANANA

Relative articles