回答編集履歴

1

"grid-column-gap"がLegacy Propertyであったため"column-gap"に修正。

2023/01/19 12:57

投稿

kura
kura

スコア368

test CHANGED
@@ -12,7 +12,7 @@
12
12
  height: 80px;
13
13
  display: grid;
14
14
  grid: repeat(3, min-content) / auto-flow;
15
- grid-column-gap: 20px;
15
+ column-gap: 20px;
16
16
  list-style: none;
17
17
  padding: 0px;
18
18
  background-color: aqua;