背景样式
- 背景颜色——background-color
- 背景图片——background-images
- 背景图片大小——background-size
- 背景重复——background-repeat
- 背景图片位置——background-position 水平位置 垂直位置;可以给负值
- 背景图片固定——background-attachment
边框样式
- Border-width
- border-style
- Border-color
列表样式
- 项目符号——list-style-type
- 列表项图片——list-style-image
字体
- Font-size 字体大小 单位px、pt......
- Color 颜色
- Font-family 字体样式
- Font-weight 加粗 bolder、bold...
- Font-style 倾斜 italic、oblique..
- Text-align 文本水平对齐 left、center、right、justify
- Line-height 行高 行高等于height可以设置字体垂直居中
- Text-decoration文本修饰 none没有、underline下划线、overline上划线、line-thought 删除线
- Text-indent 首行缩进 可以去负值 一般取2em 只对第一行起作用
- Letter-spacing 字间距 控制文字与文字之间的间距