CSS3.com


CSS LETTER-SPACING

Specify the exact value of the spacing between your letters. Letter-spacing works best when pixels are used to define the spacing.

Examples
p { letter-spacing: 12px } p { letter-spacing: -0.5px }  
Possible Values
normal: Defines normal space between characters
length: Defines a fixed space between characters


Go Back