aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/learn/css/css_layout/introduction/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/learn/css/css_layout/introduction/index.html')
-rw-r--r--files/zh-cn/learn/css/css_layout/introduction/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/css/css_layout/introduction/index.html b/files/zh-cn/learn/css/css_layout/introduction/index.html
index ef7ff27324..7657c460f7 100644
--- a/files/zh-cn/learn/css/css_layout/introduction/index.html
+++ b/files/zh-cn/learn/css/css_layout/introduction/index.html
@@ -76,7 +76,7 @@ translation_of: Learn/CSS/CSS_layout/Introduction
<p>注意:块元素内容的布局方向被描述为<strong>块方向</strong>。块方向在英语等具有水平<strong>书写模式</strong>(<code>writing mode</code>)的语言中垂直运行。它可以在任何垂直书写模式的语言中水平运行。对应的<strong>内联方向</strong>是内联内容(如句子)的运行方向。</p>
</div>
-<p>当你使用css创建一个布局时,你正在离开<strong>正常布局流</strong>,但是对于页面上的多数元素,<strong>正常布局流</strong>将完全可以创建你所需要的布局。从一个结构良好的Html文档开始是如此重要,因为你可以按照默认的方式来搭建页面,而不是自己发明轮子。</p>
+<p>当你使用css创建一个布局时,你正在离开<strong>正常布局流</strong>,但是对于页面上的多数元素,<strong>正常布局流</strong>将完全可以创建你所需要的布局。从一个结构良好的Html文档开始是非常重要,因为你可以按照默认的方式来搭建页面,而不是自造车轮。</p>
<p>下列布局技术会覆盖默认的布局行为:</p>