当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS word-spacing属性
The word-spacing property increases or decreases the white space between words.
word-spacing 属性可以增加或减少字与字之间的间隙。
Inherited: Yes
继承性:有
Note: Negative values are allowed.
注意:可以使用负数值
p p |
值 | 描述 |
---|---|
normal | Defines normal space between words 普通字间距 |
length | Defines a fixed space between words 用具体的值来定义字与字之间的距离 |