Menu
The letter-spacing
property is used to increase or decrease the amount of space between text characters.
Examples:
p.one {
letter-spacing: 3px;
}
p.two {
letter-spacing: -1px;
}
normal
Default value. Makes the space between text characters normal.
length
Defines in length units (px, pt, em, etc.) the space between text characters.
initial
Sets the property to its default value.
inherit
Inherits this property’s value from its parent item.
Have a code example of letter-spacing
? Submit a codepen.io demo and we'll showcase it here ↴