質問編集履歴

1

CSS追記

2020/11/10 12:20

投稿

kawakamikami1
kawakamikami1

スコア11

test CHANGED
File without changes
test CHANGED
@@ -220,6 +220,52 @@
220
220
 
221
221
  ```CSS
222
222
 
223
+ .main {display:flex;}
224
+
225
+
226
+
227
+ .article {
228
+
229
+ max-width:850px;
230
+
231
+ height:190px;
232
+
233
+ padding:15px;
234
+
235
+ display:flex;
236
+
237
+ background-color: #FFFFFF;
238
+
239
+ border-radius: 3px;
240
+
241
+ box-shadow: 0 0 20px rgba(0,0,0,.2);
242
+
243
+ margin-bottom:20px;
244
+
245
+ position: relative;}
246
+
247
+
248
+
249
+ .container {
250
+
251
+ width: 100%;
252
+
253
+ padding-top:10px;
254
+
255
+ max-width:1170px;
256
+
257
+ background-color: #ECF0F3;
258
+
259
+ padding-right: 20px;
260
+
261
+ padding-left: 20px;
262
+
263
+ margin-right: auto;
264
+
265
+ margin-left: auto;}
266
+
267
+
268
+
223
269
  .search-results {color:#ffffff;
224
270
 
225
271
  background-color: #566170;