1.文字间隔
letter-spacing:50px;
2.单词间隔
word-spacing:50px;
3.border-style(边框样式)常见样式有:
dashed(虚线)| dotted(点线)| solid(实线).
4.border-width(边框宽度)中的宽度也可以设置为:
thin | medium | thick(但不是很常用),最常还是用象素(px)。
5.层模型有三种形式:
1、绝对定位(position: absolute)
2、相对定位(position: relative)
3、固定定位(position: fixed)