diff options
Diffstat (limited to 'files/zh-cn/web/css/layout_cookbook/column_layouts/index.html')
| -rw-r--r-- | files/zh-cn/web/css/layout_cookbook/column_layouts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/css/layout_cookbook/column_layouts/index.html b/files/zh-cn/web/css/layout_cookbook/column_layouts/index.html index f402489865..a0cea93ee8 100644 --- a/files/zh-cn/web/css/layout_cookbook/column_layouts/index.html +++ b/files/zh-cn/web/css/layout_cookbook/column_layouts/index.html @@ -5,11 +5,11 @@ translation_of: Web/CSS/Layout_cookbook/Column_layouts --- <div>{{CSSRef}}</div> -<div></div> + <div>你可能经常需要创建一个包含几个栏目的布局,css提供了几个方法来实现它。使用Grid, Flexbox 或者 Multi-column layout 都取决于你想要实现什么目标,在这篇recipe中我们会探讨这些内容</div> -<div></div> + <div><img alt="three different styles of layouts which have two columns in the container." src="https://mdn.mozillademos.org/files/16183/cookbook-multiple-columns.png" style="height: 406px; width: 1541px;"></div> |
