CSS相关
CSS其实用得不深, 常规布局就已经满足了我接触到的需求了
- 盒模型
- content border padding margin
box-sizing
- 选择器
- 类
- id
- 标签
- 相邻选择器
- 子选择器
- 后代选择器
- 通配符
- 属性选择器
- 伪类选择器
- 可继承属性
- font-szie
- font-family
- color
- css3新增伪类
- 居中div
- margin auto
- 浮动元素
- 绝对定位
xxx
flex-direction: column;
justify-content: center;
align-items: center;