1、选择器
2、@font-face
3、word-wrap和text-overflow
word-wrap 设置当前行超过指定容器的边界是否断开换行,文字此时已经被打断。
text-overflow:ellipsis
4、text-decoration 文字渲染
text-fill-color:文字内部填充颜色
text-stroke-color:文字边界填充颜色
text-stroke-width:文字边界宽度
5、多列布局
column-count:表示布局几列
column-rule:列与列之间间隔条的样式
column-gap:列与列之间的间隔
6、边框和颜色
rgb,hsla,border-radius
7、渐变效果
gradient
8、阴影和反射
元素阴影和文字阴影
text-shadow,box-shadow
9、背景效果
background-clip:背景画区
background-origin:背景位置
background-size:调整背景图片的大小
background-break:用来控制背景怎样在这些不同的盒子中显示
10、盒子模型
flex
11、transition,transform,animation
transition 过渡
transfrom 变化
animation 动画