回答編集履歴
1
コード修正
test
CHANGED
@@ -12,7 +12,9 @@
|
|
12
12
|
|
13
13
|
justify-content:center;
|
14
14
|
|
15
|
-
flex-direction:center;
|
15
|
+
/* flex-direction:center; こんな設定値はない*/
|
16
|
+
|
17
|
+
flex-direction: row; /*初期値なのでなくてもよい*/
|
16
18
|
|
17
19
|
position:relative;
|
18
20
|
|