Commit 8051a861 authored by caihaifei's avatar caihaifei

添加more标签--

parent 389163a4
Pipeline #15441 canceled with stage
......@@ -30,3 +30,11 @@ author: 刘磊 // 作者名
```
- more标签
通过more标签,控制文章的摘要内容,首页显示的摘要内容,使用如下:
```md
<!-- more -->
```
\ No newline at end of file
......@@ -14,7 +14,7 @@ author: 蔡海飞
为了方便读者了解盒子模型,以及不同的盒子模型之间的区别,我会在阅读的顺序上做一个小小的调整。即先介绍盒子模型的组成,之后介绍盒子模型的种类。
<!-- more -->
### CSS盒子模型的组成
CSS 将html每一个元素都抽象为一个盒子,每个盒子有固定的组成部分,为了能达到相应的效果,我们需要对每个盒子的组成部分进行设置、布局。盒子模型将一个html元素分成4个部分组成:
......
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