清除文本修饰:text-decoration:none;
溢出内容隐藏并显示为点:
white-space:nowrap;/*不换行*/
overflow:hidden;/*多余内容不显示*/
text-overflow:ellipsis;/*多出内容显示为点*/
精灵图(sprite)选择位置:background-position:-100px 0;/*第一个表示水平方向的像素值,第二个表示垂直方向的像素值*/
字体左右间距:letter-spacing:1px;/*字体左右间隔1像素*/
两端对齐:text-align:justify;
段落首行缩进字符:\r\n
text-indent:2em;/*缩进两字符的宽度*/
Comments | NOTHING