字体样式:
属性名 | 含义 | 使用 |
font-family | 字体样式 | font-family:"隶属","楷书"(英文字符) |
font-size | 设置字体大小 | font-size:12px; |
font-style | 设置字体风格 | font-style:oblique(倾斜体)/italic(斜体)/normal(正常) |
font-weight | 设置字体粗细 | font-weight:bold(粗)/lighter(细)/normal(正常) |
letter-spacing | 文字间距 | letter-spacing:normal;数值 px/pt/em. |
word-spacing | 单词间距 | word-spacing:normal;数值 px/pt/em. |
文本样式:
属性名 | 含义 | 使用 |
color | 设置文本颜色 | color:#00C; |
text-align | 设置元素水平对齐方式 | text-align:right | left | center; |
vertical-align | 设置元素和同行之间其他元素垂直对齐方式 | midlle,top,bottom |
text-indent | 设置文本首行缩进 | text-indent:20px; text-indent:10%; text-indent:1em;缩进一字符 |
line-height | 设置元素显示的文本的行高,和元素高度一样,文本垂直居中 | line-height:25px; |
text-decoration | 设置文本样式 | text-decoration:underline none:无 underline:下划线 overline:上划线 line-through:删除线 |
尺寸样式:
块元素独占一行,可以设置高。
行内元素多个元素一行,不能这只宽高。
行内块元素,再同一行显示可以设置宽高的。