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Â
Leave Your Response