图像与文字对齐方式
第一种:text-align:center; (水平居中对齐)
第二种:vertical-align:text-top/text-bottom/middle;(垂直顶端对齐、底部对齐、居中对齐)
第三种:将图片设置为背景,background: url("images/box8-4.png")no-repeat center right;
字间距
letter-spacing:3px;
行间距:
line-height:16px/60%;
单词间距:
word-spacing:30px;
禁用文字环绕:
white-space:nowrap;
文字阴影:
text-shadow:2px 2px #FF0000;