CSS Letter-Spacing Property

CSS 1

CSS 2

CSS 3

Yes Yes Yes

Description

Specifies the amount of distance (whitespace) between text characters.

Syntax

letter-spacing: [value];

Possible values

  • normal
  • [length]
  • inherit

Initial Value

Normal

Applies To

All elements

Inherited

Yes

Media

Visual

Example

h1 {letter-spacing: 0.1cm;}


View All CSS Properties