1.字体样式:font-size: 设置字体大小 font-weight: bold; 设置变粗 font-weight: lighter; 设置变细 font-style: italic;设置斜体 color: 设置颜色
2、文本样式:text-decoration: underline;设置字体下划线 text-decoration:line-through; 设置字体删除线 text-decoration: overline; 设置字体顶划线 text-decoration: none 取消下划线
text-transform: lowercase;(uppercase)全部转小写(大写)字母 text-align设置文本对齐方式 text-indent: 设置首行缩进 line-height: 设置行高border 边框 top right bottom left
3.背景样式 background-image:url(../img/1.jpg);设置背景图片 background-color: 设置背景颜色 background-repeat: no-repeat;不平铺设置显示方式 repeat-x;横向平铺 repeat-y;纵向平铺 repeat;都平
background-attachment: fixed;是否随内容滚动 固定定位 background-position: -247px -140px; 显示图片选择的固定位置
4超链接样式 #a1:link{ }设置未访问时的样式
visited访问后的样式
hover 设置鼠标放上去时的样式
active 设置鼠标点击时的样式