字体
{font-family:"Microsoft Yahei";}
或
{font-family:"微软雅黑";}
注意:第一种方法比第二种方法兼容性更好一些。
因为这种字体即美观又可以在客户端安全的显示出来(用户本地一般都是默认安装的)。
字号、颜色 font-size:12px;color:#666
粗体 font-weight:bold;
斜体 font-style:italic
下划线 text-decoration:underline;
删除线 text-decoration:line-through;
缩进 text-indent:2em; 2em的意思就是文字的2倍大小。
行间距 line-height:1.5em;
文字&字母间隔 letter-spacing:50px;
单词间距 word-spacing:50px;
对齐 text-align:center/left/right