chore(i18n,learn): processed translations (#45504)
This commit is contained in:
@ -17,7 +17,7 @@ dashedName: place-items-in-grid-areas-using-the-grid-area-property
|
||||
}
|
||||
```
|
||||
|
||||
这样,class 为 `item1` 的网格项就被放到了 `header` 区域里。 在这个示例中,网格项将占用第一行整行,因为这一整行都被命名为标题区域。
|
||||
这样,class 为 `item1` 的网格项就被放到了 `header` 区域里。 在这种情况下,该项目将使用整个顶行,因为该整行被命名为 `header` 区域。
|
||||
|
||||
# --instructions--
|
||||
|
||||
|
@ -31,7 +31,7 @@ grid-template-columns: auto 50px 10% 2fr 1fr;
|
||||
|
||||
# --hints--
|
||||
|
||||
class 为 `container` 的元素应具有 `grid-template-columns` 属性且属性值应为 `1fr 100px 2fr`。
|
||||
`container` 类应该有一个 `grid-template-columns` 属性,该属性具有以下宽度的三列:`1fr`、`100px` 和 `2fr`。
|
||||
|
||||
```js
|
||||
assert(
|
||||
|
Reference in New Issue
Block a user