回答編集履歴

1

追記

2018/01/22 03:06

投稿

mooey
mooey

スコア200

test CHANGED
@@ -24,7 +24,9 @@
24
24
 
25
25
  display: flex;
26
26
 
27
+ justify-content: center;/* 水平方向 */
28
+
27
- align-items: center;
29
+ align-items: center;/* 垂直方向 */
28
30
 
29
31
  }
30
32