css
1文本样式 text
颜色 color:red;
文本对齐方式: text align:left/center/fight/justify(两端对齐)
文本修饰: text decoration:none(什么都没有)/overline(上划线)/underline(下划线)/line through(删除线)
文本缩进:text indent:20px;
2字体 font
大小 font-size:20px
颜色 color:red; font-color:red;(×)
形状 font-style:normal/italic/oblique/inherit
字行 font-family:”微软雅黑”;
加粗 font-weight:bold; bold后面也可跟数字
400为正常 大于400为加粗 反之为变细 不用带单位px