diff options
author | x270 <42441861+x270@users.noreply.github.com> | 2021-05-08 14:22:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 13:22:52 +0800 |
commit | 8eb15adf99861d738e8861666fd47b92ccd01847 (patch) | |
tree | 2c1aafcb2c8ca579eeab5c425a510ddfa8b383ca /files | |
parent | 188a3c71797041c36e6fd6a07ae3bb390808e80b (diff) | |
download | translated-content-8eb15adf99861d738e8861666fd47b92ccd01847.tar.gz translated-content-8eb15adf99861d738e8861666fd47b92ccd01847.tar.bz2 translated-content-8eb15adf99861d738e8861666fd47b92ccd01847.zip |
Fix /learn/css/css_layout/flexbox, zh-CN (#789)
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/learn/css/css_layout/flexbox/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/css/css_layout/flexbox/index.html b/files/zh-cn/learn/css/css_layout/flexbox/index.html index 22b14745c6..7e53a7922c 100644 --- a/files/zh-cn/learn/css/css_layout/flexbox/index.html +++ b/files/zh-cn/learn/css/css_layout/flexbox/index.html @@ -48,7 +48,7 @@ translation_of: Learn/CSS/CSS_layout/Flexbox <h2 id="一个简单的例子">一个简单的例子</h2> -<p>在本文中,我们将通过一系列练习来帮助你了解 弹性盒子的工作原理。开始前,您应该拷贝 mozila github 仓库的 <a href="https://github.com/mdn/learning-area/blob/master/css/css-layout/flexbox/flexbox0.html">弹性盒子0.html</a> 到本地 。在现代浏览器里打开它(比如 Firefox、Chrome),然后打开你的编辑器看一眼它的代码。你可以看它的<a href="http://mdn.github.io/learning-area/css/css-layout/flexbox/flexbox0.html">线上</a>实例。</p> +<p>在本文中,我们将通过一系列练习来帮助你了解 弹性盒子的工作原理。开始前,您应该拷贝 mozilla github 仓库的 <a href="https://github.com/mdn/learning-area/blob/master/css/css-layout/flexbox/flexbox0.html">弹性盒子0.html</a> 到本地 。在现代浏览器里打开它(比如 Firefox、Chrome),然后打开你的编辑器看一眼它的代码。你可以看它的<a href="http://mdn.github.io/learning-area/css/css-layout/flexbox/flexbox0.html">线上</a>实例。</p> <p>你可以看到这个页面有一个含有顶级标题的 {{htmlelement("header")}} 元素,和一个包含三个 {{htmlelement("article")}} 的 {{htmlelement("section")}} 元素。我们将使用这些来创建一个非常的标准三列布局,如下所示:</p> |