回答編集履歴
1
コード修正
test
CHANGED
@@ -29,6 +29,16 @@
|
|
29
29
|
margin: 0 30px;
|
30
30
|
|
31
31
|
position: relative;
|
32
|
+
|
33
|
+
/*↓テキストの上下左右中央寄せ*/
|
34
|
+
|
35
|
+
display: flex;
|
36
|
+
|
37
|
+
justify-content: center;
|
38
|
+
|
39
|
+
align-items: center;
|
40
|
+
|
41
|
+
font-size: 20px;
|
32
42
|
|
33
43
|
}
|
34
44
|
|