From 6e9fe98036090a37cc6247b873845505e5b512fb Mon Sep 17 00:00:00 2001 From: Tanner Dolby Date: Tue, 22 Feb 2022 01:49:36 -0800 Subject: Removes empty
or

elements from pages (#3093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng Co-authored-by: Masahiro FUJIMOTO --- files/zh-cn/web/css/layout_cookbook/column_layouts/index.html | 4 ++-- files/zh-cn/web/css/layout_cookbook/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/css/layout_cookbook') 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 ---

{{CSSRef}}
-
+
你可能经常需要创建一个包含几个栏目的布局,css提供了几个方法来实现它。使用Grid, Flexbox 或者 Multi-column layout 都取决于你想要实现什么目标,在这篇recipe中我们会探讨这些内容
-
+
three different styles of layouts which have two columns in the container.
diff --git a/files/zh-cn/web/css/layout_cookbook/index.html b/files/zh-cn/web/css/layout_cookbook/index.html index f8c70e480b..fd586a248f 100644 --- a/files/zh-cn/web/css/layout_cookbook/index.html +++ b/files/zh-cn/web/css/layout_cookbook/index.html @@ -14,7 +14,7 @@ translation_of: Web/CSS/Layout_cookbook
CSS layout cookbook 这本书旨在汇集常见的布局样式,这些布局你可能在自己的网站中会用到。这些布局样式不仅仅可以可以用来开始一个项目,而且提供了具体的使用方法,作为开发人员,你可以做出合适的选择。
-
+

Note: 如果你是首次接触CSS布局,你可以先看一下CSS layout learning module,书中的基础知识有利于你更好的使用本书中的布局样式。

-- cgit v1.2.3-54-g00ecf