height;设高
width;设宽
border;设边
border-radius:50%;倒圆角50%=圆
background-image: url() 背景图片
background-position: 背景定位
background-color; 背景颜色
background-size; 背景大小
background-reapeat; 平铺
overflow:hidden; 超出DIV部分隐藏
position; 定位
color; 文字颜色
font-size; 文字大小
margin-left; 距左多少
margin-top; 距右多少
transform:rotate(20deg); 旋转20度
transform:scale(1.2,1.3) 左右放大120%,130%
filter: 加滤镜
box-shadow; 盒子阴影
font-shadow 文字阴影
transtition:3s; 变形时间3s