Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-study-front-share
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
yifu-study
front
yifu-study-front-share
Commits
8051a861
Commit
8051a861
authored
Mar 28, 2022
by
caihaifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加more标签--
parent
389163a4
Pipeline
#15441
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
README.md
README.md
+9
-1
css盒子模型.md
source/_posts/css盒子模型.md
+1
-1
No files found.
README.md
View file @
8051a861
...
...
@@ -23,10 +23,18 @@ author: 刘磊 // 作者名
-
图片的引用:
将它们放在 source/images 文件夹中。然后通过类似于如下的方法访问它们。
将它们放在 source/images 文件夹中。然后通过类似于如下的方法访问它们。
```

```
-
more标签
通过more标签,控制文章的摘要内容,首页显示的摘要内容,使用如下:
```
md
<!-- more -->
```
\ No newline at end of file
source/_posts/css盒子模型.md
View file @
8051a861
...
...
@@ -14,7 +14,7 @@ author: 蔡海飞
为了方便读者了解盒子模型,以及不同的盒子模型之间的区别,我会在阅读的顺序上做一个小小的调整。即先介绍盒子模型的组成,之后介绍盒子模型的种类。
<!-- more -->
### CSS盒子模型的组成
CSS 将html每一个元素都抽象为一个盒子,每个盒子有固定的组成部分,为了能达到相应的效果,我们需要对每个盒子的组成部分进行设置、布局。盒子模型将一个html元素分成4个部分组成:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment