css杂记

文本缩进:text-indext:2em;(缩进两个字)。

单行文本垂直居中:line-height:20px;(当行文本行高20px,当line-height等于容器的高时,当行文本在容器中垂直居中)。

文本左对齐:text-align:left;

px(像素单位)和em都是相对单位,em=1*font-size;

字体下划线:text-decoration:underline;

鼠标光标的样式:cursor:pointer;

(ps:www.css88.com)

相关文章