質問編集履歴

3

htmlコード追加

2020/08/25 13:06

投稿

kyohei_nakano
kyohei_nakano

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
-
4
-
5
- HTML、CSSを学習中です。
3
+ HTML、CSSを学習中です。参考サイトを模倣しています。
6
-
7
- 参考サイトを模倣しています。
8
4
 
9
5
  [https://manablog.org/](https://manablog.org/)
10
6
 
@@ -14,372 +10,736 @@
14
10
 
15
11
  grid-template-areasを用いてレイアウト変更を試みたいです。
16
12
 
17
-
18
-
19
13
  ### 発生している問題・エラーメッセージ
20
14
 
21
15
  なぜか2列のレイアウトになってしまい、コントロールできない。
22
16
 
23
17
 
24
18
 
19
+ ### 該当のソースコード
20
+
21
+ ↓文字数制限により、画像ファイル名、一部文章削除省略しています。
22
+
23
+ ```html
24
+
25
+ <main>
26
+
27
+ <div class=container2>
28
+
29
+ <div class=box1>
30
+
31
+ <div class="pic1">
32
+
33
+ <img src="">
34
+
35
+ </div>
36
+
37
+ <h1>プログラミング学習の始め方
38
+
39
+ </h1>
40
+
41
+ <div class="readmore">
42
+
43
+ <a href="">READ MORE</a>
44
+
45
+ </div>
46
+
47
+ </div>
48
+
49
+ <div class=box2>
50
+
51
+ <div class="pic1">
52
+
53
+ <img src="">
54
+
55
+ </div>
56
+
57
+ <h1>ブログ型アフィリの完全講義
58
+
59
+ </h1>
60
+
61
+ <div class="readmore">
62
+
63
+ <a href="">READ MORE</a>
64
+
65
+ </div>
66
+
67
+ </div>
68
+
69
+ <div class=box3>
70
+
71
+ <div class="pic1">
72
+
73
+ <img src="">
74
+
75
+ </div>
76
+
77
+ <h1>有料コミュニティを始めます
78
+
79
+ </h1>
80
+
81
+ <div class="readmore">
82
+
83
+ <a href="">READ MORE</a>
84
+
85
+ </div>
86
+
87
+ </div>
88
+
89
+ <div class=box4>
90
+
91
+ <diV class="time">
92
+
93
+ <time>2020/08/12</time>
94
+
95
+ </diV>
96
+
97
+ <h2>8時間労働</h2>
98
+
99
+ <p class="category"><a href="" rel="category tag">LIFE</a><a href="" rel="category tag">Work</a></p>
100
+
101
+ <div class="pic2">
102
+
103
+ <img src="">
104
+
105
+ </div>
106
+
107
+ <p class="description">収入を増やしたいなら、</p>
108
+
109
+ <div class="readmore">
110
+
111
+ <a href="">READ MORE</a>
112
+
113
+ </div>
114
+
115
+ </div>
116
+
117
+ <div class=box5>
118
+
119
+ <diV class="time">
120
+
121
+ <time>2020/08/06</time>
122
+
123
+ </diV>
124
+
125
+ <h2>【事実】サラリーマン</h2>
126
+
127
+ <p class="category"><a href="" rel="category tag">LIFE</a><a href="" rel="category tag">Work</a></p>
128
+
129
+ <div class="pic2">
130
+
131
+ <img src="">
132
+
133
+ </div>
134
+
135
+ <p class="description">僕はちょくちょく</p>
136
+
137
+ <div class="readmore">
138
+
139
+ <a href="">READ MORE</a>
140
+
141
+ </div>
142
+
143
+ </div>
144
+
145
+ <div class=box6>
146
+
147
+ <diV class="time">
148
+
149
+ <time>2020/08/04</time>
150
+
151
+ </diV>
152
+
153
+ <h2>【現代の魔法】</h2>
154
+
155
+ <p class="category"><a href="" rel="category tag">LIFE</a></p>
156
+
157
+ <div class="pic2">
158
+
159
+ <img src="">
160
+
161
+ </div>
162
+
163
+ <p class="description">こんにちは、</p>
164
+
165
+ <div class="readmore">
166
+
167
+ <a href="">READ MORE</a>
168
+
169
+ </div>
170
+
171
+ </div>
172
+
173
+ <div class=box7>
174
+
175
+ <diV class="time">
176
+
177
+ <time>2020/07/23</time>
178
+
179
+ </diV>
180
+
181
+ <h2>読書のコツ</h2>
182
+
183
+ <p class="category"><a href="" rel="category tag">BOOKS</a></p>
184
+
185
+ <div class="pic2">
186
+
187
+ <img src="">
188
+
189
+ </div>
190
+
191
+ <p class="description">こんにちは、</p>
192
+
193
+ <div class="readmore">
194
+
195
+ <a href="">READ MORE</a>
196
+
197
+ </div>
198
+
199
+ </div>
200
+
201
+ <div class=box8>
202
+
203
+ <diV class="time">
204
+
205
+ <time>2020/07/22</time>
206
+
207
+ </diV>
208
+
209
+ <h2>【近況報告】</h2>
210
+
211
+ <p class="category"><a href="" rel="category tag">LIFE</a></p>
212
+
213
+ <div class="pic2">
214
+
215
+ <img src="">
216
+
217
+ </div>
218
+
219
+ <p class="description">昨夜に</p>
220
+
221
+ <div class="readmore">
222
+
223
+ <a href="">READ MORE</a>
224
+
225
+ </div>
226
+
227
+ </div>
228
+
229
+ <div class=box9>
230
+
231
+ <diV class="time">
232
+
233
+ <time>2020/07/21</time>
234
+
235
+ </diV>
236
+
237
+ <h2>22歳の</h2>
238
+
239
+ <p class="category"><a href="" rel="category tag">LIFE</a><a href="" rel="category tag">Work</a></p>
240
+
241
+ <div class="pic2">
242
+
243
+ <img src="">
244
+
245
+ </div>
246
+
247
+ <p class="description">20代なら、</p>
248
+
249
+ <div class="readmore">
250
+
251
+ <a href="">READ MORE</a>
252
+
253
+ </div>
254
+
255
+ </div>
256
+
257
+ <div class=box10>
258
+
259
+ <diV class="time">
260
+
261
+ <time>2020/07/20</time>
262
+
263
+ </diV>
264
+
265
+ <h2>日本は、</h2>
266
+
267
+ <p class="category"><a href="" rel="category tag">LIFE</a></p>
268
+
269
+ <div class="pic2">
270
+
271
+ <img src="">
272
+
273
+ </div>
274
+
275
+ <p class="description">海外に</p>
276
+
277
+ <div class="readmore">
278
+
279
+ <a href="">READ MORE</a>
280
+
281
+ </div>
282
+
283
+ </div>
284
+
285
+ <div class=box11>
286
+
287
+ <diV class="time">
288
+
289
+ <time>2020/07/19</time>
290
+
291
+ </diV>
292
+
293
+ <h2>【禅】</h2>
294
+
295
+ <p class="category"><a href="" rel="category tag">LIFE</a></p>
296
+
297
+ <div class="pic2">
298
+
299
+ <img src="">
300
+
301
+ </div>
302
+
303
+ <p class="description">ゲームを</p>
304
+
305
+ <div class="readmore">
306
+
307
+ <a href="">READ MORE</a>
308
+
309
+ </div>
310
+
311
+ </div>
312
+
313
+ <div class=box12>
314
+
315
+ <diV class="time">
316
+
317
+ <time>2020/07/17</time>
318
+
319
+ </diV>
320
+
321
+ <h2>仕事を</h2>
322
+
323
+ <p class="category"><a href="" rel="category tag">LIFE</a><a href="" rel="category tag">Work</a></p>
324
+
325
+ <div class="pic2">
326
+
327
+ <img src="">
328
+
329
+ </div>
330
+
331
+ <p class="description">うーむ、</p>
332
+
333
+ <div class="readmore">
334
+
335
+ <a href="">READ MORE</a>
336
+
337
+ </div>
338
+
339
+ </div>
340
+
341
+ <div class=box13>
342
+
343
+ <diV class="time">
344
+
345
+ <time>2020/07/16</time>
346
+
347
+ </diV>
348
+
349
+ <h2>【注意】</h2>
350
+
351
+ <p class="category"><a href="" rel="category tag">LIFE</a></p>
352
+
353
+ <div class="pic2">
354
+
355
+ <img src="">
356
+
357
+ </div>
358
+
359
+ <p class="description">信用で</p>
360
+
361
+ <div class="readmore">
362
+
363
+ <a href="">READ MORE</a>
364
+
365
+ </div>
366
+
367
+ </div>
368
+
369
+ <div class="next">
370
+
371
+ <a href="">次のページ</a>
372
+
373
+ </div>
374
+
375
+ <aside>
376
+
377
+ <div class="profile">
378
+
379
+ <img src="img/ダウンロード (1).png">
380
+
381
+ <h4>マナブ</h4>
382
+
383
+ <hr>
384
+
385
+ <P>ブログ</P>
386
+
387
+ <div class="detail">
388
+
389
+ <a href="">
390
+
391
+ プロフィール詳細
392
+
393
+ <i class="fa fa-angle-right"></i>
394
+
395
+ </a>
396
+
397
+ </div>
398
+
399
+ </div>
400
+
401
+ <div class="form-group">
402
+
403
+ <form method="get" action="" class="search-form">
404
+
405
+ <div class="form-group has-feedback">
406
+
407
+ <input type="text" name="s" id="s" placeholder="Search for..." class="form-control">
408
+
409
+ <span class="glyphicon glyphicon-search form-control-feedback">
410
+
411
+ </span>
412
+
413
+ </div>
414
+
415
+ </form>
416
+
417
+ </div>
418
+
419
+ <div class="popular">
420
+
421
+ <h4>よく読まれている記事</h4>
422
+
423
+ <hr>
424
+
425
+ <div class="pic3">
426
+
427
+ <img src="">
428
+
429
+ </div>
430
+
431
+ <a href="">【お知らせ】</a>
432
+
433
+ <div class="pic3">
434
+
435
+ <img src="">
436
+
437
+ </div>
438
+
439
+ <div class="archive">
440
+
441
+ <h4>Archive</h4>
442
+
443
+ <hr>
444
+
445
+ <ul class="archive-list">
446
+
447
+ <li><a href="">2020年8月</a></li>
448
+
449
+ </aside>
450
+
451
+ <!-- </section> -->
452
+
453
+ </div>
454
+
455
+ </main>
456
+
457
+ <footer>
458
+
459
+ <div class="about-me">
460
+
461
+ <h4>About me!</h4>
462
+
463
+ <hr>
464
+
465
+ <p>
466
+
467
+ ブログ
468
+
469
+ </p>
470
+
471
+ <div class="about-me-detail">
472
+
473
+ <a href="">»プロフィール詳細はこちら</a>
474
+
475
+ </div>
476
+
477
+ </div>
478
+
479
+ <div class="portfolio">
480
+
481
+ <h4>Portfolio</h4>
482
+
483
+ <hr>
484
+
485
+ <ul class="portfolio-list">
486
+
487
+ <li><a href="">休活BLOG</a></li>
488
+
489
+ </ul>
490
+
491
+ </div>
492
+
493
+ <div class="twitter">
494
+
495
+ <h4>Twitter</h4>
496
+
497
+ <hr>
498
+
499
+ <a class="twitter-timeline" data-width="500" data-height="600"href="https://twitter.com/kyohei_nakano?ref_src=twsrc%5Etfw">Tweets by kyohei_nakano</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
500
+
501
+ </div>
502
+
503
+ <div class="copyright">
504
+
505
+ <p>Copyright - <a href="https://manablog.org/">Manabu Bannai</a>, 2019 All Right Reserved.</p>
506
+
507
+ </div>
508
+
509
+ </footer>
510
+
25
511
  ```
26
512
 
513
+ ```css
514
+
515
+ @media (min-width:768px){
516
+
517
+ .container{
518
+
519
+ width:750px;
520
+
521
+ margin-left: auto;
522
+
523
+ margin-right: auto;
524
+
525
+ }
526
+
527
+
528
+
529
+ .container2{
530
+
27
- エラーメッセージ:特になし
531
+ display: grid;
532
+
533
+ grid-template-columns: 1fr 1fr 1fr;
534
+
535
+ grid-template-rows: repeat(35, 280px);
536
+
537
+ grid-template-areas:
538
+
539
+ "1 2 3"
540
+
541
+ "1 2 3"
542
+
543
+ "4 4 14"
544
+
545
+ "4 4 14"
546
+
547
+ "4 4 15"
548
+
549
+ "5 5 16"
550
+
551
+ "5 5 16"
552
+
553
+ "5 5 16"
554
+
555
+ "6 6 16"
556
+
557
+ "6 6 16"
558
+
559
+ "6 6 17"
560
+
561
+ "7 7 17"
562
+
563
+ "7 7 17"
564
+
565
+ "7 7 17"
566
+
567
+ "8 8 17"
568
+
569
+ "8 8 17"
570
+
571
+ "8 8 17"
572
+
573
+ "9 9 17"
574
+
575
+ "9 9 17"
576
+
577
+ "9 9 17"
578
+
579
+ "10 10 17"
580
+
581
+ "10 10 17"
582
+
583
+ "10 10 17"
584
+
585
+ "11 11 17"
586
+
587
+ "11 11 17"
588
+
589
+ "11 11 ."
590
+
591
+ "12 12 ."
592
+
593
+ "12 12 ."
594
+
595
+ "12 12 ."
596
+
597
+ "13 13 ."
598
+
599
+ "13 13 ."
600
+
601
+ "13 13 ."
602
+
603
+ "18 19 20"
604
+
605
+ "18 19 20"
606
+
607
+ "18 19 20";
608
+
609
+ }
610
+
611
+
612
+
613
+ .box1{grid-area: 1;}
614
+
615
+ .box2{grid-area: 2;}
616
+
617
+ .box3{grid-area: 3;}
618
+
619
+ .box4{grid-area: 4;}
620
+
621
+ .box5{grid-area: 5;}
622
+
623
+ .box6{grid-area: 6;}
624
+
625
+ .box7{grid-area: 7;}
626
+
627
+ .box8{grid-area: 8;}
628
+
629
+ .box9{grid-area: 9;}
630
+
631
+ .box10{grid-area: 10;}
632
+
633
+ .box11{grid-area: 11;}
634
+
635
+ .box12{grid-area: 12;}
636
+
637
+ .box13{grid-area: 13;}
638
+
639
+ .profile{grid-area: 14;}
640
+
641
+ .form-group{grid-area: 15;}
642
+
643
+ .popular{grid-area: 16;}
644
+
645
+ .archive{grid-area: 17;}
646
+
647
+ .about-me{grid-area: 18;}
648
+
649
+ .portfolio{grid-area: 19;}
650
+
651
+ .twitter{grid-area: 20;}
652
+
653
+ .next{grid-area: 21;}
654
+
655
+ }
28
656
 
29
657
  ```
30
658
 
31
-
32
-
33
- ### 該当のソースコード
659
+ ### 試したこと
660
+
661
+
662
+
663
+ ・「grid-template-columns:」「grid-template-rows:」
664
+
665
+ ↑数値を変更すると、記事の高さが変わり挙動の変化が確認できた。
666
+
667
+ 上記を変更しても3列目に配置されず、2列になってしまう。
668
+
669
+
670
+
671
+ ・grid-template-areas: ←数値を変更しても変化なし
672
+
673
+ grid-areaの指定誤字なし
674
+
675
+
676
+
677
+ ・下記のグリッドラインで指定する方法でそれなりに近いレイアウトをつくることはできました。
678
+
679
+ ただし、<main><aside><footer>で分けて作成した要素(記事、プロフィール、ポートフォリオ等)をレイアウトする際、container2の直下に要素を配置しないと、レイアウトが効かなかったので、<aside><footer>を無効化しています。
680
+
681
+ ソースの構造がわかりにくくなってしまうのを避ける方法はあるのでしょうか?
682
+
683
+
34
684
 
35
685
  ```css
36
686
 
37
- @media (min-width:768px){
38
-
39
- .container{
687
+ .container2{
40
-
41
- width:750px;
688
+
42
-
43
- margin-left: auto;
689
+ display: grid;
690
+
44
-
691
+ grid-template-columns: 1fr 1fr 1fr;
692
+
45
- margin-right: auto;
693
+ grid-template-rows: 1fr;
46
694
 
47
695
  }
48
696
 
49
697
 
50
698
 
51
- .container2{
699
+ .box1{
52
-
700
+
53
- display: grid;
701
+ grid-row: 1;
54
-
702
+
55
- grid-template-columns: 1fr 1fr 1fr;
703
+ grid-column: 1;
56
-
57
- grid-template-rows: repeat(35, 280px);
58
-
59
- grid-template-areas:
60
-
61
- "1 2 3"
62
-
63
- "1 2 3"
64
-
65
- "4 4 14"
66
-
67
- "4 4 14"
68
-
69
- "4 4 15"
70
-
71
- "5 5 16"
72
-
73
- "5 5 16"
74
-
75
- "5 5 16"
76
-
77
- "6 6 16"
78
-
79
- "6 6 16"
80
-
81
- "6 6 17"
82
-
83
- "7 7 17"
84
-
85
- "7 7 17"
86
-
87
- "7 7 17"
88
-
89
- "8 8 17"
90
-
91
- "8 8 17"
92
-
93
- "8 8 17"
94
-
95
- "9 9 17"
96
-
97
- "9 9 17"
98
-
99
- "9 9 17"
100
-
101
- "10 10 17"
102
-
103
- "10 10 17"
104
-
105
- "10 10 17"
106
-
107
- "11 11 17"
108
-
109
- "11 11 17"
110
-
111
- "11 11 ."
112
-
113
- "12 12 ."
114
-
115
- "12 12 ."
116
-
117
- "12 12 ."
118
-
119
- "13 13 ."
120
-
121
- "13 13 ."
122
-
123
- "13 13 ."
124
-
125
- "18 19 20"
126
-
127
- "18 19 20"
128
-
129
- "18 19 20";
130
704
 
131
705
  }
132
706
 
133
707
 
134
708
 
135
- .box1{
709
+ .box2{
136
-
710
+
137
- grid-area: 1;
711
+ grid-row: 1;
712
+
713
+ grid-column: 2;
138
714
 
139
715
  }
140
716
 
717
+
718
+
141
- .box2{
719
+ .box3{
142
-
720
+
143
- grid-area: 2;
721
+ grid-row: 1;
722
+
723
+ grid-column: 3;
144
724
 
145
725
  }
146
726
 
727
+
728
+
147
- .box3{
729
+ .box4{
148
-
730
+
149
- grid-area: 3;
731
+ grid-row: 2 / 4;
732
+
733
+ grid-column: 1 / 3;
150
734
 
151
735
  }
152
736
 
153
- .box4{
154
-
155
- grid-area: 4;
156
-
157
- }
158
-
159
- .box5{
160
-
161
- grid-area: 5;
162
-
163
- }
164
-
165
- .box6{
166
-
167
- grid-area: 6;
168
-
169
- }
170
-
171
- .box7{
172
-
173
- grid-area: 7;
174
-
175
- }
176
-
177
- .box8{
178
-
179
- grid-area: 8;
180
-
181
- }
182
-
183
- .box9{
184
-
185
- grid-area: 9;
186
-
187
- }
188
-
189
- .box10{
190
-
191
- grid-area: 10;
192
-
193
- }
194
-
195
- .box11{
196
-
197
- grid-area: 11;
198
-
199
- }
200
-
201
- .box12{
202
-
203
- grid-area: 12;
204
-
205
- }
206
-
207
- .box13{
208
-
209
- grid-area: 13;
210
-
211
- }
212
-
213
- .profile{
214
-
215
- grid-area: 14;
216
-
217
- }
218
-
219
- .form-group{
220
-
221
- grid-area: 15;
222
-
223
- }
224
-
225
- .popular{
226
-
227
- grid-area: 16;
228
-
229
- }
230
-
231
- .archive{
232
-
233
- grid-area: 17;
234
-
235
- }
236
-
237
- .about-me{
238
-
239
- grid-area: 18;
240
-
241
- }
242
-
243
- .portfolio{
244
-
245
- grid-area: 19;
246
-
247
- }
248
-
249
- .twitter{
250
-
251
- grid-area: 20;
252
-
253
- }
254
-
255
- .next{
256
-
257
- grid-area: 21;
258
-
259
- }
260
-
261
-
262
-
263
- .logo{
264
-
265
- flex: 0;
266
-
267
- }
268
-
269
-
270
-
271
- .logo img{
272
-
273
- min-width: 95px;
274
-
275
- margin-top: 33px;
276
-
277
- /* vertical-align: middle; */
278
-
279
- }
280
-
281
-
282
-
283
- .writer p{
284
-
285
- width: 200px;
286
-
287
- margin-left: 15px;
288
-
289
- }
290
-
291
- }
292
-
293
737
  ```
294
738
 
295
739
 
296
740
 
297
741
 
298
742
 
299
- ### 試したこと
300
-
301
-
302
-
303
- ・grid-template-columns:←数値を変更すると、記事の幅が変わり挙動の変化が確認できた
304
-
305
- ・grid-template-rows: ←数値を変更すると、記事の高さが変わり挙動の変化が確認できた
306
-
307
- 上記を変更しても3列目に配置されず、2列になってしまう。
308
-
309
-
310
-
311
- ・grid-template-areas: ←数値を変更しても変化なし
312
-
313
- grid-areaの指定誤字なし
314
-
315
-
316
-
317
- ・下記の通り、グリッドラインで指定する方法でそれなりに近いレイアウトをつくることはできました。
318
-
319
- ただしこの場合、<main><aside><footer>で分けて作成した要素(記事、プロフィール、ポートフォリオ等)をレイアウトする際、container2の直下に要素を配置しないと、レイアウトが効かないかったので、<aside><footer>を無効化しています。
320
-
321
- ソースの構造がわかりにくくなってしまうのを避ける方法はあるのでしょうか?
322
-
323
-
324
-
325
- ```css
326
-
327
- .container2{
328
-
329
- display: grid;
330
-
331
- grid-template-columns: 1fr 1fr 1fr;
332
-
333
- grid-template-rows: 1fr;
334
-
335
- }
336
-
337
-
338
-
339
- .box1{
340
-
341
- grid-row: 1;
342
-
343
- grid-column: 1;
344
-
345
- }
346
-
347
-
348
-
349
- .box2{
350
-
351
- grid-row: 1;
352
-
353
- grid-column: 2;
354
-
355
- }
356
-
357
-
358
-
359
- .box3{
360
-
361
- grid-row: 1;
362
-
363
- grid-column: 3;
364
-
365
- }
366
-
367
-
368
-
369
- .box4{
370
-
371
- grid-row: 2 / 4;
372
-
373
- grid-column: 1 / 3;
374
-
375
- }
376
-
377
- ```
378
-
379
-
380
-
381
-
382
-
383
743
  ### 補足情報(FW/ツールのバージョンなど)
384
744
 
385
745
 

2

試したこと、補足追加

2020/08/25 13:06

投稿

kyohei_nakano
kyohei_nakano

スコア3

test CHANGED
File without changes
test CHANGED
@@ -316,6 +316,12 @@
316
316
 
317
317
  ・下記の通り、グリッドラインで指定する方法でそれなりに近いレイアウトをつくることはできました。
318
318
 
319
+ ただしこの場合、<main><aside><footer>で分けて作成した要素(記事、プロフィール、ポートフォリオ等)をレイアウトする際、container2の直下に要素を配置しないと、レイアウトが効かないかったので、<aside><footer>を無効化しています。
320
+
321
+ ソースの構造がわかりにくくなってしまうのを避ける方法はあるのでしょうか?
322
+
323
+
324
+
319
325
  ```css
320
326
 
321
327
  .container2{

1

グリッドラインでのレイアウトを試しました。

2020/08/25 12:10

投稿

kyohei_nakano
kyohei_nakano

スコア3

test CHANGED
File without changes
test CHANGED
@@ -314,6 +314,64 @@
314
314
 
315
315
 
316
316
 
317
+ ・下記の通り、グリッドラインで指定する方法でそれなりに近いレイアウトをつくることはできました。
318
+
319
+ ```css
320
+
321
+ .container2{
322
+
323
+ display: grid;
324
+
325
+ grid-template-columns: 1fr 1fr 1fr;
326
+
327
+ grid-template-rows: 1fr;
328
+
329
+ }
330
+
331
+
332
+
333
+ .box1{
334
+
335
+ grid-row: 1;
336
+
337
+ grid-column: 1;
338
+
339
+ }
340
+
341
+
342
+
343
+ .box2{
344
+
345
+ grid-row: 1;
346
+
347
+ grid-column: 2;
348
+
349
+ }
350
+
351
+
352
+
353
+ .box3{
354
+
355
+ grid-row: 1;
356
+
357
+ grid-column: 3;
358
+
359
+ }
360
+
361
+
362
+
363
+ .box4{
364
+
365
+ grid-row: 2 / 4;
366
+
367
+ grid-column: 1 / 3;
368
+
369
+ }
370
+
371
+ ```
372
+
373
+
374
+
317
375
 
318
376
 
319
377
  ### 補足情報(FW/ツールのバージョンなど)