Css层叠样式表(Cascading Style Sheets)
background 背景
position 位置、定位
relative/absolute/fixed相对定位、绝对定位、固定定位
float 浮动
clear 清除
vertical-align:middle/top/bottom 垂直居中、上、下
line-height 行高
margin 外边距
padding 内边距
border 边框
solid / dashed / dotted 实线 虚线 点虚线
border-radius 圆角
shadow 阴影
display 展示
hidden 隐藏
block / inline-block 块元素、行内块
overflow 溢出
cursor 光标
animation 动画
css sprites 雪碧图 图片精灵
column 分列
flex 弹性(布局)