CSS Property: word-spacing
Spacing in-between words.
A length value suggests spacing in addition to the default (normal) spacing.

text-indent, word-spacing, letter-spacing, and text-align.Possible Values
| Value | Example |
|---|---|
normal | |
| [length] | 10px |
inherit | |
initial | |
unset | |
Example
p { word-spacing: 0.5em; }
