color:文本颜色
font-family:字体
font-size:字体大小
font-weight:bold;文字加粗
font-style:italic;斜体
text-indent:60px;首行缩进
text-align:center;水平对齐方式
line-height:100px;行高
text-decoration:underline/none;
如果想要段落的一行高一点,但是文字又垂直居中显示,可以尝试下面的代码:
{
height:100px;
line-height:100px;
}