回答編集履歴

1

コード修正

2020/03/02 07:57

投稿

hatena19
hatena19

スコア34075

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