From bee2957fb6f7ca680997bb157c1aa662784d1a42 Mon Sep 17 00:00:00 2001 From: f_ms Date: Tue, 12 Oct 2021 10:50:33 +0800 Subject: Remove duplicate content in Web/CSS/CSS_Grid_Layout/Layout_using_Named_Grid_Lines, zh-CN (#2694) --- .../web/css/css_grid_layout/layout_using_named_grid_lines/index.html | 2 -- 1 file changed, 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

The 12 column grid with items placed. The Grid Highlighter shows the position of the lines.

-

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 1fr width column named col1-start followed by a wider 3fr column named col2-start.

-

repeat 语法不仅可用于重复的单一轨道尺寸,也可以用于轨道列表。下面的代码创建了一个 8 个轨道的网格,在一个名为 col1-start1fr 窄轨道之后,跟着是一个名为 col2-start3fr 宽轨道。

.wrapper {
-- 
cgit v1.2.3-54-g00ecf