aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/learn/css/building_blocks/the_box_model/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/learn/css/building_blocks/the_box_model/index.html')
-rw-r--r--files/zh-cn/learn/css/building_blocks/the_box_model/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/css/building_blocks/the_box_model/index.html b/files/zh-cn/learn/css/building_blocks/the_box_model/index.html
index 4d822ed50b..7e2312efe0 100644
--- a/files/zh-cn/learn/css/building_blocks/the_box_model/index.html
+++ b/files/zh-cn/learn/css/building_blocks/the_box_model/index.html
@@ -5,7 +5,7 @@ translation_of: Learn/CSS/Building_blocks/The_box_model
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Learn/CSS/Building_blocks/Selectors/Combinators", "Learn/CSS/Building_blocks/Backgrounds_and_borders", "Learn/CSS/Building_blocks")}}</div>
-<div></div>
+
<p>在 CSS 中,所有的元素都被一个个的“盒子(box)”包围着,理解这些“盒子”的基本原理,是我们使用CSS实现准确布局、处理元素排列的关键。</p>