CSS3.com


CSS WORD-SPACING

Specify the exact value of the spacing between your words. Word-spacing works best when pixels are used as the spacing value.

Examples
p { word-spacing: 30px } p { word-spacing: -0.5px }  
Possible Values
normal: Defines normal space between words
length: Defines a fixed space between words 


Go Back