HTML第三天
HTML第三天
为巽1.font-family
1 | font-family //定义文本系列 |
2. font-size
属性定义字体大小。
3.font-weight
文本字体的粗细
notmal | 默认值 |
---|---|
bold | 加粗 |
100-900 | 400=normal,700=bold |
4.font-style
文本风格
1 | normal //默认值 italic//斜体 |
5.text-align
文本内容水平对齐方式
1 | left //左对齐 right //右对齐 center //居中对齐 |
6.text-decoration
给文本添加下划线、删除线、上划线等
none | 默认 |
---|---|
underline | 下划线 |
overline | 上划线 |
line-through | 删除线 |
7.text-indent
段落首行缩进
8.line-height
设置行间的距离(行高)