回答編集履歴

1

【display】 box → flex

2016/05/06 05:53

投稿

kogure
kogure

スコア299

test CHANGED
@@ -62,7 +62,19 @@
62
62
 
63
63
  position:relative;
64
64
 
65
+ /*display:-webkit-box;*/
66
+
67
+
68
+
69
+ /*変更*/
70
+
65
- display:-webkit-box;
71
+ display:-webkit-flex;
72
+
73
+ display:flex;
74
+
75
+ /****/
76
+
77
+
66
78
 
67
79
  -webkit-box-direction:reverse;
68
80