font-family:字体系列
font-weight:字体的粗细
font-size:字体的大小
font-style:字体的风格
text-indent:文本缩进
text-align:文本水平对齐
line-height:行高
word-spacing:单词之间的间距
letter-spacing:中文或者字母之间的间距
text-transform:控制文本大小写(就是uppercase、lowercase、capitalize这三个)
color:文本颜色
visibility:控制元素显示隐藏
list-style:列表风格,包括list-style-type、list-style-image等
cursor:光标显示为何种形态
vertical-align:垂直文本对齐
text-decoration:规定添加到文本的装饰
text-shadow:文本阴影效果
white-space:空白符的处理
unicode-bidi:设置文本的方向
width、height、margin、border、padding
background、background-color、background-image、background-repeat、background-position、background-attachment
float、clear、position、top、right、bottom、left、min-width、min-height、max-width、max-height、overflow、clip、z-index
content、counter-reset、counter-increment
outline-style、outline-width、outline-color、outline
size、page-break-before、page-break-after
pause-before、pause-after、pause、cue-before、cue-after、cue、play-during
1000+
:@important1000
:内联样式(<style>
标签100
:ID选择器10
:类选择器/属性选择器/伪类选择器1
:元素选择器/伪元素选择器0
:关系选择器/通配符选择器
元素设置position绝对定位:**absolute | fixed** |
overflow值为:**hidden | auto | scroll** |
display值为:**inline-block | table-cell | table-caption | flex**等 |