属性值:
p { font-size: 20px; }
p { font-size: 100%; }
属性值:
p{font-family: 'Courier New', Courier, monospace;}
属性值:
p{font-style: normal;}
p{font-style: italic;}
p{font-style: oblique;}
属性值:
p{font-weight: bold;}
p{font-weight: bolder;}
p{font-weight: lighter;}
p{font-weight: 600;}
属性值:
p{color: red;}
p{color: reb(255.255.255);}
p{color: #ff3333}
属性值:
p{line-height: normal;}
p{line-height: 30px;}
p{line-height: 1.5;}
属性值:
p{text-decoration: normal;}
p{text-decoration: underline;}
p{text-decoration: line-through;}
p{text-decoration: overline;}
属性值:
p{text-align: left;}
p{text-align: center;}
p{text-align: right;}
属性值:
p{text-transform: none;}
p{text-transform: capitalize;}
p{text-transform: uppercase;}
p{text-transform: lowercase;}
属性值:
p{text-indent: 10px;}
p{text-indent: 2em;}
字体有很多种属性:font-size,font-style,font-weight,font-family
复合属性必须遵守一定的顺序,这个顺序是不能进行更改的,,每个属性要以空格进行分隔
另外font-size和font-family必须同时存在,否则将不显示
body{font: 18px bolder 500 "宋体";}
*声明:内容来源于网络收集和整理,版权归原著所有,如来源信息有误或侵犯权益,请联系站长作修改和删除处理。