回答編集履歴
1
修正
test
CHANGED
@@ -18,13 +18,15 @@
|
|
18
18
|
|
19
19
|
display: inline-block;
|
20
20
|
|
21
|
-
/*display: flex;*/
|
22
|
-
|
23
21
|
background-color: greenyellow;
|
24
22
|
|
25
|
-
/*
|
23
|
+
/*
|
26
24
|
|
25
|
+
text-align: center;
|
26
|
+
|
27
|
-
|
27
|
+
justify-content: center;
|
28
|
+
|
29
|
+
*/
|
28
30
|
|
29
31
|
}
|
30
32
|
|