Commit fad372d7 authored by caihaifei's avatar caihaifei

update.

parent 8051a861
Pipeline #15443 canceled with stage
......@@ -19,7 +19,7 @@ author: 蔡海飞
CSS 将html每一个元素都抽象为一个盒子,每个盒子有固定的组成部分,为了能达到相应的效果,我们需要对每个盒子的组成部分进行设置、布局。盒子模型将一个html元素分成4个部分组成:
![盒子模型图](http://www.enjoytoday.cn/wp-content/uploads/2022/03/71d11ac339e03dd.png)
![盒子模型图](/images/a1.png)
- 外边距:margin
- 内边距:padding
......@@ -33,7 +33,7 @@ CSS 将html每一个元素都抽象为一个盒子,每个盒子有固定的组
就目前来看,盒子模型只有两种:
![盒子模型](http://www.enjoytoday.cn/wp-content/uploads/2022/03/4e585b11cb5c8af.png)
![盒子模型](/images/a2.png)
- W3C标准盒子模型
- IE标准盒子模型(怪异盒子模型)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment