質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -120,7 +120,27 @@
|
|
120
120
|
|
121
121
|
}
|
122
122
|
|
123
|
-
|
123
|
+
html body .flex-box {
|
124
|
+
|
125
|
+
display: -webkit-box;
|
126
|
+
|
127
|
+
display: -ms-flexbox;
|
128
|
+
|
129
|
+
display: flex;
|
130
|
+
|
131
|
+
-webkit-box-pack: justify;
|
132
|
+
|
133
|
+
-ms-flex-pack: justify;
|
134
|
+
|
135
|
+
justify-content: space-between;
|
136
|
+
|
137
|
+
-webkit-box-align: center;
|
138
|
+
|
139
|
+
-ms-flex-align: center;
|
140
|
+
|
141
|
+
align-items: center;
|
142
|
+
|
143
|
+
}
|
124
144
|
|
125
145
|
|
126
146
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -236,6 +236,6 @@
|
|
236
236
|
|
237
237
|
ブラウザ:クローム
|
238
238
|
|
239
|
-
|
239
|
+
↓現状が以下の通りなので、真ん中と同じように高さをそろ得たいです。
|
240
240
|
|
241
241
|
![イメージ説明](62e6512bb4665f1b658696d92247e56a.png)
|