webveuje/csspress/css重点内容.md

30 lines
356 B
Markdown
Raw Normal View History

2021-01-12 14:02:30 +08:00
# css 重点内容
- 盒模型
- 块级元素和内联元素
- 会画盒模型的线框图
- padding margin border...属性的认识
- 会计算盒模型中元素的宽度和高度
- 定位
- static
- relative
- absolute
- fixed
- 浮动和flex
- float
- flex
- 自适应和响应式
- 媒体查询
- rem
- 百分比