質問編集履歴
1
ご連絡ありがとうございます。HTML、CSSどちらも追加しました。よろしくお願いいたします。
test
CHANGED
File without changes
|
test
CHANGED
@@ -162,6 +162,342 @@
|
|
162
162
|
|
163
163
|
<div id="container" class="wrapper">
|
164
164
|
|
165
|
+
|
166
|
+
|
167
|
+
<main>
|
168
|
+
|
169
|
+
<article>
|
170
|
+
|
171
|
+
<h2 class="article-title">タイトル:テキストテキストテキストテキストテキスト</h2>
|
172
|
+
|
173
|
+
<ul>
|
174
|
+
|
175
|
+
<li>2020/01/01</li>
|
176
|
+
|
177
|
+
<li>カテゴリ1</li>
|
178
|
+
|
179
|
+
</ul>
|
180
|
+
|
181
|
+
<a href="#">
|
182
|
+
|
183
|
+
<img src="img/main1.jpg" alt="1">
|
184
|
+
|
185
|
+
</a>
|
186
|
+
|
187
|
+
<p>本文:テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
|
188
|
+
|
189
|
+
</p>
|
190
|
+
|
191
|
+
<div class="readmore">
|
192
|
+
|
193
|
+
<a href="#">READ MORE</a>
|
194
|
+
|
195
|
+
</div>
|
196
|
+
|
197
|
+
</article>
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
<article>
|
202
|
+
|
203
|
+
<h2 class="article-title">タイトル:テキストテキストテキストテキストテキスト</h2>
|
204
|
+
|
205
|
+
<ul>
|
206
|
+
|
207
|
+
<li>2020/01/01</li>
|
208
|
+
|
209
|
+
<li>カテゴリ1</li>
|
210
|
+
|
211
|
+
</ul>
|
212
|
+
|
213
|
+
<a href="#">
|
214
|
+
|
215
|
+
<img src="img/main2.jpg" alt="1">
|
216
|
+
|
217
|
+
</a>
|
218
|
+
|
219
|
+
<p>本文:テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
|
220
|
+
|
221
|
+
</p>
|
222
|
+
|
223
|
+
<div class="readmore">
|
224
|
+
|
225
|
+
<a href="#">READ MORE</a>
|
226
|
+
|
227
|
+
</div>
|
228
|
+
|
229
|
+
</article>
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
<article id="article-main">
|
236
|
+
|
237
|
+
<h2 class="article-title">タイトル:テキストテキストテキストテキストテキスト</h2>
|
238
|
+
|
239
|
+
<ul>
|
240
|
+
|
241
|
+
<li>2020/01/01</li>
|
242
|
+
|
243
|
+
<li>カテゴリ1</li>
|
244
|
+
|
245
|
+
</ul>
|
246
|
+
|
247
|
+
<a href="#">
|
248
|
+
|
249
|
+
<img src="img/main3.jpg" alt="1">
|
250
|
+
|
251
|
+
</a>
|
252
|
+
|
253
|
+
<p>本文:テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト
|
254
|
+
|
255
|
+
</p>
|
256
|
+
|
257
|
+
<div class="readmore">
|
258
|
+
|
259
|
+
<a href="#">READ MORE</a>
|
260
|
+
|
261
|
+
</div>
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
</article>
|
266
|
+
|
267
|
+
</main>
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
<aside id="aside">
|
272
|
+
|
273
|
+
<section class="section-author">
|
274
|
+
|
275
|
+
<a href="#">
|
276
|
+
|
277
|
+
<img src="img/author.jpg" alt="author">
|
278
|
+
|
279
|
+
</a>
|
280
|
+
|
281
|
+
<h3 class="authorname">NAME NAME</h3>
|
282
|
+
|
283
|
+
<p class="prf">プロフィール:テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト</p>
|
284
|
+
|
285
|
+
</section>
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
<section class="ranking">
|
290
|
+
|
291
|
+
<h3>Ranking</h3>
|
292
|
+
|
293
|
+
<article>
|
294
|
+
|
295
|
+
<a href="#">
|
296
|
+
|
297
|
+
<img src="img/ranking1.jpg" alt="1">
|
298
|
+
|
299
|
+
</a>
|
300
|
+
|
301
|
+
<h4>タイトル:テキストテキストテキストテキストテキストテキストテキストテキスト</h4>
|
302
|
+
|
303
|
+
</article>
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
<article>
|
308
|
+
|
309
|
+
<a href="#">
|
310
|
+
|
311
|
+
<img src="img/ranking2.jpg" alt="1">
|
312
|
+
|
313
|
+
</a>
|
314
|
+
|
315
|
+
<h4>タイトル:テキストテキストテキストテキストテキストテキストテキストテキスト</h4>
|
316
|
+
|
317
|
+
</article>
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
<article>
|
322
|
+
|
323
|
+
<a href="#">
|
324
|
+
|
325
|
+
<img src="img/ranking3.jpg" alt="1">
|
326
|
+
|
327
|
+
</a>
|
328
|
+
|
329
|
+
<h4>タイトル:テキストテキストテキストテキストテキストテキストテキストテキスト</h4>
|
330
|
+
|
331
|
+
</article>
|
332
|
+
|
333
|
+
</section>
|
334
|
+
|
335
|
+
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
<section class="archive">
|
340
|
+
|
341
|
+
<h3 class="archive">Archive</h3>
|
342
|
+
|
343
|
+
<ul>
|
344
|
+
|
345
|
+
<li>
|
346
|
+
|
347
|
+
<a href="#">××××年××月(××)</a>
|
348
|
+
|
349
|
+
</li>
|
350
|
+
|
351
|
+
<li>
|
352
|
+
|
353
|
+
<a href="#">××××年××月(××)</a>
|
354
|
+
|
355
|
+
</li>
|
356
|
+
|
357
|
+
<li>
|
358
|
+
|
359
|
+
<a href="#">××××年××月(××)</a>
|
360
|
+
|
361
|
+
</li>
|
362
|
+
|
363
|
+
<li>
|
364
|
+
|
365
|
+
<a href="#">××××年××月(××)</a>
|
366
|
+
|
367
|
+
</li>
|
368
|
+
|
369
|
+
<li>
|
370
|
+
|
371
|
+
<a href="#">××××年××月(××)</a>
|
372
|
+
|
373
|
+
</li>
|
374
|
+
|
375
|
+
<li>
|
376
|
+
|
377
|
+
<a href="#">××××年××月(××)</a>
|
378
|
+
|
379
|
+
</li>
|
380
|
+
|
381
|
+
<li>
|
382
|
+
|
383
|
+
<a href="#">××××年××月(××)</a>
|
384
|
+
|
385
|
+
</li>
|
386
|
+
|
387
|
+
<li>
|
388
|
+
|
389
|
+
<a href="#">××××年××月(××)</a>
|
390
|
+
|
391
|
+
</li>
|
392
|
+
|
393
|
+
<li>
|
394
|
+
|
395
|
+
<a href="#">××××年××月(××)</a>
|
396
|
+
|
397
|
+
</li>
|
398
|
+
|
399
|
+
<li>
|
400
|
+
|
401
|
+
<a href="#">××××年××月(××)</a>
|
402
|
+
|
403
|
+
</li>
|
404
|
+
|
405
|
+
<li>
|
406
|
+
|
407
|
+
<a href="#">××××年××月(××)</a>
|
408
|
+
|
409
|
+
</li>
|
410
|
+
|
411
|
+
</ul>
|
412
|
+
|
413
|
+
</section>
|
414
|
+
|
415
|
+
</aside>
|
416
|
+
|
417
|
+
</div>
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
<footer id="footer">
|
422
|
+
|
423
|
+
<div class="content wrapper">
|
424
|
+
|
425
|
+
<section class="item">
|
426
|
+
|
427
|
+
<h3>About</h3>
|
428
|
+
|
429
|
+
<p>テキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキストテキスト<br>
|
430
|
+
|
431
|
+
<br>
|
432
|
+
|
433
|
+
▶︎プロフィール詳細<br>
|
434
|
+
|
435
|
+
▶︎お仕事の依頼<br>
|
436
|
+
|
437
|
+
▶︎お問い合わせ<br>
|
438
|
+
|
439
|
+
</p>
|
440
|
+
|
441
|
+
</section>
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
<section class="item">
|
446
|
+
|
447
|
+
<h3>Menu</h3>
|
448
|
+
|
449
|
+
<ul>
|
450
|
+
|
451
|
+
<li><a href="#">NEW</a></li>
|
452
|
+
|
453
|
+
<li><a href="#">CATEGORY</a></li>
|
454
|
+
|
455
|
+
<li><a href="#">COLUMN</a></li>
|
456
|
+
|
457
|
+
<li><a href="#">SERIES</a></li>
|
458
|
+
|
459
|
+
<li><a href="#">Q&A</a></li>
|
460
|
+
|
461
|
+
</ul>
|
462
|
+
|
463
|
+
</section>
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
<section class="item">
|
468
|
+
|
469
|
+
<h3>Twitter</h3>
|
470
|
+
|
471
|
+
</section>
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
|
479
|
+
</div>
|
480
|
+
|
481
|
+
|
482
|
+
|
483
|
+
|
484
|
+
|
485
|
+
|
486
|
+
|
487
|
+
</footer>
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
</body>
|
496
|
+
|
497
|
+
</html>
|
498
|
+
|
499
|
+
|
500
|
+
|
165
501
|
```
|
166
502
|
|
167
503
|
|
@@ -310,4 +646,202 @@
|
|
310
646
|
|
311
647
|
}
|
312
648
|
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
#container {
|
656
|
+
|
657
|
+
display: flex;
|
658
|
+
|
659
|
+
justify-content: space-between;
|
660
|
+
|
661
|
+
margin-bottom: 60px;
|
662
|
+
|
663
|
+
}
|
664
|
+
|
665
|
+
|
666
|
+
|
667
|
+
main {
|
668
|
+
|
669
|
+
width: 65%;
|
670
|
+
|
671
|
+
}
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
#aside {
|
676
|
+
|
677
|
+
width: 30%;
|
678
|
+
|
679
|
+
}
|
680
|
+
|
681
|
+
|
682
|
+
|
683
|
+
.article-title {
|
684
|
+
|
685
|
+
font-size: 24px;
|
686
|
+
|
687
|
+
}
|
688
|
+
|
689
|
+
|
690
|
+
|
691
|
+
article ul {
|
692
|
+
|
693
|
+
display: flex;
|
694
|
+
|
695
|
+
margin: 10px 10px 0 0;
|
696
|
+
|
697
|
+
}
|
698
|
+
|
699
|
+
|
700
|
+
|
701
|
+
article li {
|
702
|
+
|
703
|
+
font-size: 14px;
|
704
|
+
|
705
|
+
list-style: none;
|
706
|
+
|
707
|
+
display: flex;
|
708
|
+
|
709
|
+
margin-right: 10px;
|
710
|
+
|
711
|
+
margin-bottom: 10px;
|
712
|
+
|
713
|
+
}
|
714
|
+
|
715
|
+
|
716
|
+
|
717
|
+
article p {
|
718
|
+
|
719
|
+
margin-top: 20px;
|
720
|
+
|
721
|
+
padding: 10px 40px 30px 40px;
|
722
|
+
|
723
|
+
}
|
724
|
+
|
725
|
+
|
726
|
+
|
727
|
+
article {
|
728
|
+
|
729
|
+
margin-bottom: 60px;
|
730
|
+
|
731
|
+
|
732
|
+
|
733
|
+
}
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
#aside .section-author {
|
738
|
+
|
739
|
+
height: auto;
|
740
|
+
|
741
|
+
text-align: center;
|
742
|
+
|
743
|
+
}
|
744
|
+
|
745
|
+
|
746
|
+
|
747
|
+
|
748
|
+
|
749
|
+
#aside .section-author a img {
|
750
|
+
|
751
|
+
width: 130px;
|
752
|
+
|
753
|
+
height: 130px;
|
754
|
+
|
755
|
+
object-fit: cover;
|
756
|
+
|
757
|
+
border-radius: 50%;
|
758
|
+
|
759
|
+
margin-bottom: 30px;
|
760
|
+
|
761
|
+
|
762
|
+
|
763
|
+
}
|
764
|
+
|
765
|
+
|
766
|
+
|
767
|
+
h3 {
|
768
|
+
|
769
|
+
font-size: 18px;
|
770
|
+
|
771
|
+
margin-bottom: 20px;
|
772
|
+
|
773
|
+
}
|
774
|
+
|
775
|
+
|
776
|
+
|
777
|
+
.prf {
|
778
|
+
|
779
|
+
font-size: 14px;
|
780
|
+
|
781
|
+
text-align: left;
|
782
|
+
|
783
|
+
}
|
784
|
+
|
785
|
+
|
786
|
+
|
787
|
+
h4 {
|
788
|
+
|
789
|
+
font-size: 14px;
|
790
|
+
|
791
|
+
text-align: left;
|
792
|
+
|
793
|
+
}
|
794
|
+
|
795
|
+
|
796
|
+
|
797
|
+
.section-author {
|
798
|
+
|
799
|
+
margin-bottom: 60px;
|
800
|
+
|
801
|
+
text-align: center;
|
802
|
+
|
803
|
+
}
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
.ranking,
|
808
|
+
|
809
|
+
.archive {
|
810
|
+
|
811
|
+
text-align: center;
|
812
|
+
|
813
|
+
}
|
814
|
+
|
815
|
+
|
816
|
+
|
817
|
+
.archive ul {
|
818
|
+
|
819
|
+
border-top: 1px solid #333;
|
820
|
+
|
821
|
+
|
822
|
+
|
823
|
+
}
|
824
|
+
|
825
|
+
.archive li {
|
826
|
+
|
827
|
+
padding: 10px;
|
828
|
+
|
829
|
+
border-bottom: 1px solid #333;
|
830
|
+
|
831
|
+
text-align: left;
|
832
|
+
|
833
|
+
}
|
834
|
+
|
835
|
+
|
836
|
+
|
837
|
+
.content {
|
838
|
+
|
839
|
+
display: flex;
|
840
|
+
|
841
|
+
justify-content: space-between;
|
842
|
+
|
843
|
+
}
|
844
|
+
|
845
|
+
|
846
|
+
|
313
847
|
```
|