CSS Marker-Offset Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

This property specifies the distance between the nearest border edges of a marker box and its associated principal box.

Syntax

marker-offset: [value];

Possible values

  • [length]
  • auto
  • inherit

Initial Value

Auto

Applies To

elements with 'display: marker'

Inherited

No

Media

Visual

Example

.class {
  marker-offset: 3em ;
}


View All CSS Properties