aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorf_ms <hi@imf.ms>2021-10-12 10:50:33 +0800
committerGitHub <noreply@github.com>2021-10-12 10:50:33 +0800
commitbee2957fb6f7ca680997bb157c1aa662784d1a42 (patch)
tree625e2d794ff60582e62591e78cd3681ec3f71b16 /files
parent80d00ef4100af00196385ee42a50f1cbfa2ab5c7 (diff)
downloadtranslated-content-bee2957fb6f7ca680997bb157c1aa662784d1a42.tar.gz
translated-content-bee2957fb6f7ca680997bb157c1aa662784d1a42.tar.bz2
translated-content-bee2957fb6f7ca680997bb157c1aa662784d1a42.zip
Remove duplicate content in Web/CSS/CSS_Grid_Layout/Layout_using_Named_Grid_Lines, zh-CN (#2694)
Diffstat (limited to 'files')
-rw-r--r--files/zh-cn/web/css/css_grid_layout/layout_using_named_grid_lines/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-cn/web/css/css_grid_layout/layout_using_named_grid_lines/index.html b/files/zh-cn/web/css/css_grid_layout/layout_using_named_grid_lines/index.html
index 4ca790f7b7..1d20faf9a4 100644
--- a/files/zh-cn/web/css/css_grid_layout/layout_using_named_grid_lines/index.html
+++ b/files/zh-cn/web/css/css_grid_layout/layout_using_named_grid_lines/index.html
@@ -290,8 +290,6 @@ translation_of: Web/CSS/CSS_Grid_Layout/Layout_using_Named_Grid_Lines
<p><img alt="The 12 column grid with items placed. The Grid Highlighter shows the position of the lines." src="https://mdn.mozillademos.org/files/14695/5_named_lines1.png" style="height: 156px; width: 1958px;"></p>
-<p>The repeat syntax can also take a track list, it doesn’t just need to be a single track size that is being repeated. The code below would create an eight track grid, with a narrower <code>1fr</code> width column named <code>col1-start</code> followed by a wider <code>3fr</code> column named <code>col2-start</code>.</p>
-
<p>repeat 语法不仅可用于重复的单一轨道尺寸,也可以用于轨道列表。下面的代码创建了一个 8 个轨道的网格,在一个名为 <code>col1-start</code> 的 <code>1fr</code> 窄轨道之后,跟着是一个名为 <code>col2-start</code> 的 <code>3fr</code> 宽轨道。</p>
<pre class="brush: css">.wrapper {