Commit 94bce30a authored by caihaifei's avatar caihaifei

update.

parent fad372d7
Pipeline #15444 failed with stage
......@@ -26,7 +26,7 @@ author: 刘磊 // 作者名
将它们放在 source/images 文件夹中。然后通过类似于如下的方法访问它们。
```
![](/images/image.jpg)
![](/yifu-study-front-share/images/image.jpg)
```
......
......@@ -19,7 +19,7 @@ author: 蔡海飞
CSS 将html每一个元素都抽象为一个盒子,每个盒子有固定的组成部分,为了能达到相应的效果,我们需要对每个盒子的组成部分进行设置、布局。盒子模型将一个html元素分成4个部分组成:
![盒子模型图](/images/a1.png)
![盒子模型图](/yifu-study-front-share/images/a1.png)
- 外边距:margin
- 内边距:padding
......@@ -33,7 +33,7 @@ CSS 将html每一个元素都抽象为一个盒子,每个盒子有固定的组
就目前来看,盒子模型只有两种:
![盒子模型](/images/a2.png)
![盒子模型](/yifu-study-front-share/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