質問編集履歴

1

CSSコードの追加

2021/03/16 05:51

投稿

sasanuse
sasanuse

スコア3

test CHANGED
File without changes
test CHANGED
@@ -236,6 +236,76 @@
236
236
 
237
237
  コード
238
238
 
239
+ .header{height:90px}
240
+
241
+ .header-logo{font-size: 38px;
242
+
243
+ text-align: center;
244
+
245
+ background-color:rgba(0, 0, 0, 0.5);
246
+
247
+ background-repeat: repeat;
248
+
249
+ background-size: cover;
250
+
251
+ color:white;
252
+
253
+ padding: 20px 40px;
254
+
255
+
256
+
257
+ }
258
+
259
+
260
+
261
+ body{background-color: rgba(220, 220, 220, 0.452);
262
+
263
+ }
264
+
265
+
266
+
267
+
268
+
269
+ .header-list{
270
+
271
+ font-size: 15px;
272
+
273
+ float: right;
274
+
275
+ padding:15px;
276
+
277
+ padding-top:130px;
278
+
279
+
280
+
281
+ }
282
+
283
+
284
+
285
+ .genre {padding: 15px;
286
+
287
+ float:left;
288
+
289
+ background-color: white;
290
+
291
+ border-radius: 10px 20px 30px 40px;
292
+
293
+ }
294
+
295
+ h1{text-align: center;}
296
+
297
+ .genre{padding: 15px;
298
+
299
+ float:left;}
300
+
301
+ .explain{text-align: center;}
302
+
303
+ .hyouji{float:right;}
304
+
305
+
306
+
307
+ .Big{text-align: center;}
308
+
239
309
  @media(max-width:460px){
240
310
 
241
311
  .setsumei{padding-left:40px;}