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
| Value | Description |
|---|---|
| normal | Defines normal space between words |
| length | Defines a fixed space between words |


Leave a Reply