回答編集履歴
1
コード修正
test
CHANGED
@@ -12,4 +12,10 @@
|
|
12
12
|
place-content: center;
|
13
13
|
height: 100vh;
|
14
14
|
}
|
15
|
+
|
16
|
+
.register_content {
|
17
|
+
display: grid;
|
18
|
+
grid-template-columns: auto;
|
19
|
+
grid-gap: 50px;
|
20
|
+
}
|
15
21
|
```
|