letter-spacing

Previous- background  |  Next-text-decoration

Description

The letter-spacing property defines an additional amount of space between characters. The value must be in the length format; negative values are permitted. A setting of 0 will prevent justification.


Initial Value : normal

Applies to : all elements

Inherited : yes

Possible Values
normal | <length> | inherit

Example(s)
blockquote { letter-spacing: 0.1em }

Previous- background  |  Next-text-decoration