CSS Marks Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

This property specifies what sort of marks should be rendered just outside the rendered page box. The characteristics and position of the marks will be browser dependent.

Syntax

marks: [value];

Possible values

  • crop
  • cross
  • none

Initial Value

none

Applies To

Page content

Inherited

No

Media

Visual, Paged

Example

.class {
  marks: crop cross ;
}


View All CSS Properties