Skip to content

Commit 1af3afa

Browse files
committed
2025/10/03 時点の英語版に基づき更新
1 parent 88a7889 commit 1af3afa

File tree

1 file changed

+12
-8
lines changed
  • files/ja/learn_web_development/core/css_layout/test_your_skills/grid

1 file changed

+12
-8
lines changed

files/ja/learn_web_development/core/css_layout/test_your_skills/grid/index.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: "スキルテスト: グリッド"
3-
short-title: グリッド
2+
title: "スキルテスト: CSS グリッド"
3+
short-title: "テスト: CSS グリッド"
44
slug: Learn_web_development/Core/CSS_layout/Test_your_skills/Grid
55
l10n:
6-
sourceCommit: 2f16610802bfbdf6394ca919557a4369b1236e10
6+
sourceCommit: ed70efeffb9717915f028104c5b33e7326a00d96
77
---
88

9+
{{PreviousMenuNext("Learn_web_development/Core/CSS_layout/Grids", "Learn_web_development/Core/CSS_layout/Fundamental_Layout_Comprehension", "Learn_web_development/Core/CSS_layout")}}
10+
911
このスキルテストの目的は、[グリッドとグリッドアイテム](/ja/docs/Learn_web_development/Core/CSS_layout/Grids)の動作を理解しているかどうかを評価することです。今までに使用した素材のさまざまな要素を使用する、いくつかの小さな課題に取り組んでいただきます。
1012

1113
> [!NOTE]
@@ -37,7 +39,7 @@ body {
3739
background-color: #4d7298;
3840
border: 2px solid #77a6b6;
3941
border-radius: 0.5em;
40-
color: #fff;
42+
color: white;
4143
padding: 0.5em;
4244
}
4345

@@ -84,7 +86,7 @@ body {
8486
}
8587
.grid > * {
8688
border-radius: 0.5em;
87-
color: #fff;
89+
color: white;
8890
padding: 0.5em;
8991
}
9092

@@ -177,7 +179,7 @@ body {
177179
background-color: #4d7298;
178180
border: 2px solid #77a6b6;
179181
border-radius: 0.5em;
180-
color: #fff;
182+
color: white;
181183
padding: 0.5em;
182184
}
183185

@@ -305,8 +307,8 @@ body {
305307
}
306308

307309
.tags > * {
308-
background-color: #999;
309-
color: #fff;
310+
background-color: #999999;
311+
color: white;
310312
padding: 0.2em 0.8em;
311313
border-radius: 0.2em;
312314
font-size: 80%;
@@ -347,3 +349,5 @@ body {
347349
```
348350

349351
</details>
352+
353+
{{PreviousMenuNext("Learn_web_development/Core/CSS_layout/Grids", "Learn_web_development/Core/CSS_layout/Fundamental_Layout_Comprehension", "Learn_web_development/Core/CSS_layout")}}

0 commit comments

Comments
 (0)