CSS Font-Emphasize-Position Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property sets the position of the emphasis symbols. They can appear either 'before' or 'after' the emphasized run of horizontal text.

Syntax

font-emphasize-position: [value];

Possible values

  • before
  • after

Initial Value

before

Applies To

All elements and generated content

Inherited

Yes

Media

Visual

Example

.class {
  font-emphasize-position: after ;
}


View All CSS Properties