ScanSkill

word-spacing

The word-spacing sets the white-space between the words.

Syntax

word-spacing: normal | value;

Example

.div-1 {
            word-spacing: normal;
        }

        .div-2 {
            word-spacing: 10px;
        }
word-spacing

Property Values

normal: sets normal space of 0.25em between words. (Default value)

value: sets the given value as the space between words.