1.布局
- 多列布局 multi column:用于在多个栏目中平均分配好内容显示,例如报纸的排版
- column-count、column-width、column-gap
- 脱离了position float属性在网页栏目上布局
- 伸缩性布局 flexbox对父容器的子元素进行水平垂直定位
- 参见阮一峰的博客
- http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
- http://www.ruanyifeng.com/blog/2015/07/flex-examples.html
- 参见阮一峰的博客
- 网格布局 grid layout 用一种预知标准方案将可用的空间用列和行布局
2. 圆角border-radius
3. 文字阴影text-shadow
4. 框阴影box-shadow
5. 渐变gradient
6. 透明rgba