質問編集履歴

4

イメージの追加

2021/02/17 23:55

投稿

mitrasi
mitrasi

スコア49

test CHANGED
File without changes
test CHANGED
@@ -825,3 +825,7 @@
825
825
  }
826
826
 
827
827
  ```
828
+
829
+
830
+
831
+ ![イメージ説明](2b6eab4e53673fd25a46e605ed0e81f8.png)

3

アドバイスを受けて訂正後のコード

2021/02/17 23:55

投稿

mitrasi
mitrasi

スコア49

test CHANGED
File without changes
test CHANGED
@@ -167,3 +167,661 @@
167
167
  ### 目標物
168
168
 
169
169
  ![イメージ説明](7a0a584d1e282d35366a5a62b4dfb0b4.png)
170
+
171
+
172
+
173
+ ### グーグルフォント修正版追加後、フォントファミリー訂正後
174
+
175
+
176
+
177
+ ```HTML
178
+
179
+ <!DOCTYPE html>
180
+
181
+ <html lang="ja">
182
+
183
+
184
+
185
+ <head>
186
+
187
+ <meta charset="UTF-8">
188
+
189
+ <meta name="viewport" content="width=device-width,initial-scale=1">
190
+
191
+
192
+
193
+ <link rel="preconnect" href="https://fonts.gstatic.com">
194
+
195
+ <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Noto+Serif:wght@700&display=swap" rel="stylesheet">
196
+
197
+ <link rel="stylesheet" href="css/reset.css">
198
+
199
+ <link rel="stylesheet" href="css/style.css">
200
+
201
+ <link rel="stylesheet" href="css/responsive.css">
202
+
203
+ <link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" rel="stylesheet">
204
+
205
+ <title>模写コーディング 中級</title>
206
+
207
+ </head>
208
+
209
+
210
+
211
+ <body>
212
+
213
+ <header>
214
+
215
+ <div class="fv">
216
+
217
+ <div class="header-wrapper">
218
+
219
+ <h1 class="header-left"><a href="#">Cresta Design</a></h1>
220
+
221
+ <nav class="header-nav">
222
+
223
+ <li><a class="header-item" href="#">Concept</a></li>
224
+
225
+ <li><a class="header-item" href="#">Service</a></li>
226
+
227
+ <li><a class="header-item" href="#">Works</a></li>
228
+
229
+ <li><a class="header-item" href="#">Contact</a></li>
230
+
231
+ </nav>
232
+
233
+ </div>
234
+
235
+
236
+
237
+ <div class="main-copy-wrapper">
238
+
239
+ <p class="main-title">Design for Smile.</p>
240
+
241
+ <p class="main-text">快適なオフィスをデザインする</p>
242
+
243
+ </div>
244
+
245
+ </div>
246
+
247
+ </header>
248
+
249
+ <main>
250
+
251
+
252
+
253
+
254
+
255
+ <section id="concept">
256
+
257
+
258
+
259
+
260
+
261
+ <h2 class="section-title">CONCEPT
262
+
263
+
264
+
265
+ </h2>
266
+
267
+
268
+
269
+
270
+
271
+ <div class="wrapper">
272
+
273
+ <h3 class="sub-title">“働きたくなる空間”をデザインすることで 人々を幸せにする。</h3>
274
+
275
+ <div class="concept-item">
276
+
277
+ <p class="concept-text">私たちは、オフィスに特化した空間デザイン専門としております。その理由は、「働きたくなる空間で仕事ができれば多くの人を幸せにできるのではないか」と考えるためです。そんな想いの株式会社Cresta Designだからこそできる空間デザインを提供させていただきます。</p>
278
+
279
+ <img class="concept-img" src="img/concept-image@2x.jpg" alt="オフィス">
280
+
281
+ </div>
282
+
283
+ <p class="message-right">Our Concept</p>
284
+
285
+ </div>
286
+
287
+ </section>
288
+
289
+
290
+
291
+ <section id="works">
292
+
293
+ <h2 class="section-title">Works</h2>
294
+
295
+ <div class="wrapper">
296
+
297
+ <ul class="works-list">
298
+
299
+ <li class="works-card">
300
+
301
+ <img class="works-img" src="img/card-img01@2x.jpg" alt="職場">
302
+
303
+ <p class="works-text">新規サイトを公開しました。今回のサイトは白と黒を基調にしたミニマルなデザインになっています。</p>
304
+
305
+ </li>
306
+
307
+ <li class="works-card center">
308
+
309
+ <img class="works-img" src="img/card-img02@2x.jpg" alt="日の当たるデスク">
310
+
311
+ <p class="works-text">新規サイトを公開しました。今回のサイトは白と黒を基調にしたミニマルなデザインになっています。</p>
312
+
313
+ </li>
314
+
315
+ <li class="works-card">
316
+
317
+ <img class="works-img" src="img/card-img03@2x.jpg" alt="解放空間">
318
+
319
+ <p class="works-text">新規サイトを公開しました。今回のサイトは白と黒を基調にしたミニマルなデザインになっています。</p>
320
+
321
+ </li>
322
+
323
+ </ul>
324
+
325
+ <input class="btn" type="submit" value="View more">
326
+
327
+ <p class="message-left">Our Works</p>
328
+
329
+ </div>
330
+
331
+ </section>
332
+
333
+
334
+
335
+ <section id="service">
336
+
337
+
338
+
339
+ <h2 class="section-title">Service
340
+
341
+
342
+
343
+ </h2>
344
+
345
+
346
+
347
+ <div class="wrapper">
348
+
349
+ <h3 class="sub-title"></h3>
350
+
351
+ <ul class="service-list">
352
+
353
+ <li class="service-card"><img class="service-img" src="img/service-img01@2x.jpg" alt="計画">
354
+
355
+ <p class="service-text">Hearing</p>
356
+
357
+ </li>
358
+
359
+ <li class="service-card"><img class="service-img" src="img/service-img02@2x.jpg" alt="会議">
360
+
361
+ <p class="service-text">Planning</p>
362
+
363
+ </li>
364
+
365
+ <li class="service-card"><img class="service-img" src="img/sevice-img03@2x.jpg" alt="商談">
366
+
367
+ <p class="service-text">Direction</p>
368
+
369
+ </li>
370
+
371
+ </ul>
372
+
373
+ <p class="message-right">Our Service</p>
374
+
375
+ </div>
376
+
377
+ </section>
378
+
379
+
380
+
381
+ <section id="contact">
382
+
383
+ <h2 class="section-title">Contact
384
+
385
+ </h2>
386
+
387
+
388
+
389
+ <div class="wrapper">
390
+
391
+ <p>お気軽にご相談ください。</p>
392
+
393
+ <input class="btn" type="submit" value="Contact">
394
+
395
+ </div>
396
+
397
+ <p class="message-left">Contact us</p>
398
+
399
+ </section>
400
+
401
+ </main>
402
+
403
+ <footer><small>©︎cresta.design all rights reserved</small></footer>
404
+
405
+ </body>
406
+
407
+
408
+
409
+ </html>
410
+
411
+
412
+
413
+ ```
414
+
415
+
416
+
417
+ ```CSS
418
+
419
+ @charset "UTF-8";
420
+
421
+ * {
422
+
423
+ box-sizing: border-box;
424
+
425
+ }
426
+
427
+
428
+
429
+ html {
430
+
431
+ font-size: 62.5%;
432
+
433
+ }
434
+
435
+ html body {
436
+
437
+ line-height: 1.8;
438
+
439
+
440
+
441
+ font-family: "Noto Serif", "Noto Serif JP", serif;
442
+
443
+
444
+
445
+ font-size: 1.6rem;
446
+
447
+ width: 100%;
448
+
449
+
450
+
451
+ }
452
+
453
+ html body img {
454
+
455
+ max-width: 100%;
456
+
457
+ vertical-align: bottom;
458
+
459
+ }
460
+
461
+ html body a {
462
+
463
+ text-decoration: none;
464
+
465
+ color: #FFFFFF;
466
+
467
+ }
468
+
469
+ html body .btn {
470
+
471
+ background-color: yellow;
472
+
473
+ border-radius: 51px;
474
+
475
+ width: 235px;
476
+
477
+ height: 59px;
478
+
479
+ font-weight: bold;
480
+
481
+ margin: 80px;
482
+
483
+ border: none;
484
+
485
+ }
486
+
487
+ html body li {
488
+
489
+ list-style: none;
490
+
491
+ }
492
+
493
+ html body h2 {
494
+
495
+ font-size: 6rem;
496
+
497
+ margin-bottom: 73px;
498
+
499
+ font-weight: bold;
500
+
501
+ font-style: italic;
502
+
503
+ }
504
+
505
+ html body .section-title::after {
506
+
507
+ content: "";
508
+
509
+ display: inline-block;
510
+
511
+ background-color: #282F35;
512
+
513
+ width: 200px;
514
+
515
+ height: 5px;
516
+
517
+ margin-left: 30px;
518
+
519
+ vertical-align: middle;
520
+
521
+ }
522
+
523
+ html body .message-right {
524
+
525
+ font-size: 7rem;
526
+
527
+ color: #282F35;
528
+
529
+ text-align: right;
530
+
531
+ opacity: 0.1;
532
+
533
+ font-weight: bold;
534
+
535
+ letter-spacing: 4.5;
536
+
537
+ margin-top: 70px;
538
+
539
+ }
540
+
541
+ html body .message-left {
542
+
543
+ font-size: 7rem;
544
+
545
+ color: #FFFFFF;
546
+
547
+ text-align: left;
548
+
549
+ opacity: 0.1;
550
+
551
+ font-weight: bold;
552
+
553
+ margin-top: 70px;
554
+
555
+ }
556
+
557
+ html body h3 {
558
+
559
+ font-weight: bold;
560
+
561
+ font-size: 3rem;
562
+
563
+ }
564
+
565
+ html body section {
566
+
567
+ padding: 99px 10% 73px;
568
+
569
+ }
570
+
571
+ html body section .wrapper {
572
+
573
+ text-align: center;
574
+
575
+ margin: 0 auto;
576
+
577
+ }
578
+
579
+ html body header .fv {
580
+
581
+ background-image: url(../img/fv-bgi_01@2x.jpg);
582
+
583
+ background-position: center;
584
+
585
+ background-size: cover;
586
+
587
+ height: 100vh;
588
+
589
+ position: relative;
590
+
591
+ }
592
+
593
+ html body header .fv .header-wrapper,
594
+
595
+ html body header .fv .main-copy-wrapper {
596
+
597
+ padding: 0 120px;
598
+
599
+ }
600
+
601
+ html body header .fv .header-wrapper {
602
+
603
+ display: flex;
604
+
605
+ justify-content: space-between;
606
+
607
+ padding: 19px 120px;
608
+
609
+ }
610
+
611
+ html body header .fv .header-wrapper .header-left {
612
+
613
+ font-size: 2.6rem;
614
+
615
+ color: #FFFFFF;
616
+
617
+ }
618
+
619
+ html body header .fv .header-wrapper .header-nav {
620
+
621
+ display: flex;
622
+
623
+ }
624
+
625
+ html body header .fv .header-wrapper .header-nav .header-item {
626
+
627
+ padding-right: 35px;
628
+
629
+ }
630
+
631
+ html body header .fv .main-copy-wrapper {
632
+
633
+ color: #FFFFFF;
634
+
635
+ position: absolute;
636
+
637
+ top: 60%;
638
+
639
+ text-align: center;
640
+
641
+ }
642
+
643
+ html body header .fv .main-copy-wrapper .main-title,
644
+
645
+ html body header .fv .main-copy-wrapper .main-text {
646
+
647
+ font-weight: bold;
648
+
649
+ }
650
+
651
+ html body header .fv .main-copy-wrapper .main-title {
652
+
653
+ font-size: 7rem;
654
+
655
+ }
656
+
657
+ html body header .fv .main-copy-wrapper .main-text {
658
+
659
+ padding-bottom: 172px;
660
+
661
+ font-size: 3rem;
662
+
663
+ width: 478px;
664
+
665
+ height: 53px;
666
+
667
+ }
668
+
669
+ html body #concept .sub-title {
670
+
671
+ max-width: 600px;
672
+
673
+ text-align: center;
674
+
675
+ }
676
+
677
+ html body #concept .concept-item {
678
+
679
+ display: flex;
680
+
681
+ justify-content: center;
682
+
683
+ align-items: center;
684
+
685
+ }
686
+
687
+ html body #concept .concept-item .concept-text,
688
+
689
+ html body #concept .concept-item .concept-img {
690
+
691
+ max-width: 440px;
692
+
693
+ }
694
+
695
+ html body #concept .concept-item .concept-text {
696
+
697
+ margin-right: 120px;
698
+
699
+ }
700
+
701
+ html body #works {
702
+
703
+ background-image: url(../img/works-bgi@2x.jpg);
704
+
705
+ background-position: center;
706
+
707
+ background-size: cover;
708
+
709
+ }
710
+
711
+ html body #works .section-title {
712
+
713
+ color: #FFFFFF;
714
+
715
+ text-align: right;
716
+
717
+ }
718
+
719
+ html body #works .section-title:after {
720
+
721
+ background-color: #FFFFFF;
722
+
723
+ }
724
+
725
+ html body #works .works-list {
726
+
727
+ justify-content: center;
728
+
729
+ align-items: center;
730
+
731
+ display: flex;
732
+
733
+ flex-wrap: wrap;
734
+
735
+ }
736
+
737
+ html body #works .works-list .works-card {
738
+
739
+ max-width: 320px;
740
+
741
+ box-shadow: 0px 0px 6px #000000;
742
+
743
+ background-color: #FFFFFF;
744
+
745
+ font-family: "Noto Serif JP", serif;
746
+
747
+ font-weight: normal;
748
+
749
+ }
750
+
751
+ html body #works .works-list .works-card .works-text {
752
+
753
+ padding: 25px 20px;
754
+
755
+ }
756
+
757
+ html body #works .works-list .center {
758
+
759
+ margin: 0 20px;
760
+
761
+ }
762
+
763
+ html body #service .service-list {
764
+
765
+ display: flex;
766
+
767
+ }
768
+
769
+ html body #service .service-list .service-card {
770
+
771
+ display: flex;
772
+
773
+ flex-direction: column;
774
+
775
+ position: relative;
776
+
777
+ }
778
+
779
+ html body #service .service-list .service-card .service-text {
780
+
781
+ color: #FFFFFF;
782
+
783
+ position: absolute;
784
+
785
+ top: 35%;
786
+
787
+ left: 30%;
788
+
789
+ font-size: 4rem;
790
+
791
+ font-weight: bold;
792
+
793
+ }
794
+
795
+ html body #contact {
796
+
797
+ color: #FFFFFF;
798
+
799
+ background-image: url(../img/contact-bgi@2x.jpg);
800
+
801
+ background-position: center;
802
+
803
+ background-size: cover;
804
+
805
+ }
806
+
807
+ html body #contact .section-title:after {
808
+
809
+ background-color: #FFFFFF;
810
+
811
+ }
812
+
813
+ html body #contact .section-title {
814
+
815
+ text-align: right;
816
+
817
+ }
818
+
819
+ html body footer {
820
+
821
+ text-align: center;
822
+
823
+ line-height: 78px;
824
+
825
+ }
826
+
827
+ ```

2

コードの訂正

2021/02/17 23:53

投稿

mitrasi
mitrasi

スコア49

test CHANGED
File without changes
test CHANGED
@@ -46,24 +46,6 @@
46
46
 
47
47
 
48
48
 
49
- <!-- <link rel="preconnect" href="https://fonts.gstatic.com">-->
50
-
51
- <!-- <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif:ital,wght@0,400;0,700;1,700&display=swap" rel="stylesheet">-->
52
-
53
- <!-- <link rel="preconnect" href="https://fonts.gstatic.com">-->
54
-
55
- <!-- <link rel="preconnect" href="https://fonts.gstatic.com">-->
56
-
57
- <!-- <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif:wght@400;700&display=swap" rel="stylesheet">-->
58
-
59
- <!-- <link href="https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700|Noto+Serif:400,700,700i&display=swap&subset=japanese" rel="stylesheet">-->
60
-
61
- <!-- <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Noto+Serif:wght@400;700&display=swap" rel="stylesheet">-->
62
-
63
- <!-- <link rel="preconnect" href="https://fonts.gstatic.com">-->
64
-
65
- <!-- <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Noto+Serif:ital,wght@0,700;1,700&display=swap" rel="stylesheet">-->
66
-
67
49
  <link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" rel="stylesheet">
68
50
 
69
51
  <title>模写コーディング 中級</title>
@@ -96,177 +78,11 @@
96
78
 
97
79
  </div>
98
80
 
99
-
100
-
101
- <div class="main-copy-wrapper">
102
-
103
- <p class="main-title">Design for Smile.</p>
104
-
105
- <p class="main-text">快適なオフィスをデザインする</p>
106
-
107
- </div>
108
-
109
81
  </div>
110
82
 
111
83
  </header>
112
84
 
113
- <main>
85
+
114
-
115
-
116
-
117
-
118
-
119
- <section id="concept">
120
-
121
-
122
-
123
-
124
-
125
- <h2 class="section-title">CONCEPT
126
-
127
-
128
-
129
- </h2>
130
-
131
-
132
-
133
-
134
-
135
- <div class="wrapper">
136
-
137
- <h3 class="sub-title">“働きたくなる空間”をデザインすることで 人々を幸せにする。</h3>
138
-
139
- <div class="concept-item">
140
-
141
- <p class="concept-text">私たちは、オフィスに特化した空間デザイン専門としております。その理由は、「働きたくなる空間で仕事ができれば多くの人を幸せにできるのではないか」と考えるためです。そんな想いの株式会社Cresta Designだからこそできる空間デザインを提供させていただきます。</p>
142
-
143
- <img class="concept-img" src="img/concept-image@2x.jpg" alt="オフィス">
144
-
145
- </div>
146
-
147
- <p class="message-right">Our Concept</p>
148
-
149
- </div>
150
-
151
- </section>
152
-
153
-
154
-
155
- <section id="works">
156
-
157
- <h2 class="section-title">Works</h2>
158
-
159
- <div class="wrapper">
160
-
161
- <ul class="works-list">
162
-
163
- <li class="works-card">
164
-
165
- <img class="works-img" src="img/card-img01@2x.jpg" alt="職場">
166
-
167
- <p class="works-text">新規サイトを公開しました。今回のサイトは白と黒を基調にしたミニマルなデザインになっています。</p>
168
-
169
- </li>
170
-
171
- <li class="works-card center">
172
-
173
- <img class="works-img" src="img/card-img02@2x.jpg" alt="日の当たるデスク">
174
-
175
- <p class="works-text">新規サイトを公開しました。今回のサイトは白と黒を基調にしたミニマルなデザインになっています。</p>
176
-
177
- </li>
178
-
179
- <li class="works-card">
180
-
181
- <img class="works-img" src="img/card-img03@2x.jpg" alt="解放空間">
182
-
183
- <p class="works-text">新規サイトを公開しました。今回のサイトは白と黒を基調にしたミニマルなデザインになっています。</p>
184
-
185
- </li>
186
-
187
- </ul>
188
-
189
- <input class="btn" type="submit" value="View more">
190
-
191
- <p class="message-left">Our Works</p>
192
-
193
- </div>
194
-
195
- </section>
196
-
197
-
198
-
199
- <section id="service">
200
-
201
-
202
-
203
- <h2 class="section-title">Service
204
-
205
-
206
-
207
- </h2>
208
-
209
-
210
-
211
- <div class="wrapper">
212
-
213
- <h3 class="sub-title"></h3>
214
-
215
- <ul class="service-list">
216
-
217
- <li class="service-card"><img class="service-img" src="img/service-img01@2x.jpg" alt="計画">
218
-
219
- <p class="service-text">Hearing</p>
220
-
221
- </li>
222
-
223
- <li class="service-card"><img class="service-img" src="img/service-img02@2x.jpg" alt="会議">
224
-
225
- <p class="service-text">Planning</p>
226
-
227
- </li>
228
-
229
- <li class="service-card"><img class="service-img" src="img/sevice-img03@2x.jpg" alt="商談">
230
-
231
- <p class="service-text">Direction</p>
232
-
233
- </li>
234
-
235
- </ul>
236
-
237
- <p class="message-right">Our Service</p>
238
-
239
- </div>
240
-
241
- </section>
242
-
243
-
244
-
245
- <section id="contact">
246
-
247
- <h2 class="section-title">Contact
248
-
249
- </h2>
250
-
251
-
252
-
253
- <div class="wrapper">
254
-
255
- <p>お気軽にご相談ください。</p>
256
-
257
- <input class="btn" type="submit" value="Contact">
258
-
259
- </div>
260
-
261
- <p class="message-left">Contact us</p>
262
-
263
- </section>
264
-
265
- </main>
266
-
267
- <footer><small>©︎cresta.design all rights reserved</small></footer>
268
-
269
- </body>
270
86
 
271
87
 
272
88
 
@@ -312,364 +128,6 @@
312
128
 
313
129
  }
314
130
 
315
- html body img {
316
-
317
- max-width: 100%;
318
-
319
- vertical-align: bottom;
320
-
321
- }
322
-
323
- html body a {
324
-
325
- text-decoration: none;
326
-
327
- color: #FFFFFF;
328
-
329
- }
330
-
331
- html body .btn {
332
-
333
- background-color: yellow;
334
-
335
- border-radius: 51px;
336
-
337
- width: 235px;
338
-
339
- height: 59px;
340
-
341
- font-weight: bold;
342
-
343
- margin: 80px;
344
-
345
- border: none;
346
-
347
- }
348
-
349
- html body li {
350
-
351
- list-style: none;
352
-
353
- }
354
-
355
- html body h2 {
356
-
357
- font-size: 6rem;
358
-
359
- margin-bottom: 73px;
360
-
361
- font-weight: bold;
362
-
363
- }
364
-
365
- html body .section-title::after {
366
-
367
- content: "";
368
-
369
- display: inline-block;
370
-
371
- background-color: #282F35;
372
-
373
- width: 200px;
374
-
375
- height: 5px;
376
-
377
- margin-left: 30px;
378
-
379
- vertical-align: middle;
380
-
381
- }
382
-
383
- html body .message-right {
384
-
385
- font-size: 9rem;
386
-
387
- color: #1717170D;
388
-
389
- opacity: 1;
390
-
391
- text-align: right;
392
-
393
- }
394
-
395
- html body .message-left {
396
-
397
- font-size: 9rem;
398
-
399
- color: #FFFFFF;
400
-
401
- text-align: left;
402
-
403
- opacity: 0.1;
404
-
405
- }
406
-
407
- html body h3 {
408
-
409
- font-weight: bold;
410
-
411
- font-size: 3rem;
412
-
413
- }
414
-
415
- html body section {
416
-
417
- padding: 99px 10% 73px;
418
-
419
- }
420
-
421
- html body section .wrapper {
422
-
423
- text-align: center;
424
-
425
- margin: 0 auto;
426
-
427
- }
428
-
429
- html body header .fv {
430
-
431
- background-image: url(../img/fv-bgi_01@2x.jpg);
432
-
433
- background-position: center;
434
-
435
- background-size: cover;
436
-
437
- height: 100vh;
438
-
439
- position: relative;
440
-
441
- }
442
-
443
- html body header .fv .header-wrapper,
444
-
445
- html body header .fv .main-copy-wrapper {
446
-
447
- padding: 0 120px;
448
-
449
- }
450
-
451
- html body header .fv .header-wrapper {
452
-
453
- display: flex;
454
-
455
- justify-content: space-between;
456
-
457
- padding: 19px 120px;
458
-
459
- }
460
-
461
- html body header .fv .header-wrapper .header-left {
462
-
463
- font-size: 2.6rem;
464
-
465
- color: #FFFFFF;
466
-
467
- }
468
-
469
- html body header .fv .header-wrapper .header-nav {
470
-
471
- display: flex;
472
-
473
- }
474
-
475
- html body header .fv .header-wrapper .header-nav .header-item {
476
-
477
- padding-right: 35px;
478
-
479
- }
480
-
481
- html body header .fv .main-copy-wrapper {
482
-
483
- color: #FFFFFF;
484
-
485
- position: absolute;
486
-
487
- top: 60%;
488
-
489
- }
490
-
491
- html body header .fv .main-copy-wrapper .main-title,
492
-
493
- html body header .fv .main-copy-wrapper .main-text {
494
-
495
- font-weight: bold;
496
-
497
- }
498
-
499
- html body header .fv .main-copy-wrapper .main-title {
500
-
501
- font-size: 7rem;
502
-
503
- }
504
-
505
- html body header .fv .main-copy-wrapper .main-text {
506
-
507
- padding-bottom: 172px;
508
-
509
- font-size: 4rem;
510
-
511
- }
512
-
513
- html body #concept .sub-title {
514
-
515
- max-width: 600px;
516
-
517
- text-align: center;
518
-
519
- /*margin: 0;*/
520
-
521
- }
522
-
523
- html body #concept .concept-item {
524
-
525
- display: flex;
526
-
527
- justify-content: center;
528
-
529
- align-items: center;
530
-
531
- }
532
-
533
- html body #concept .concept-item .concept-text,
534
-
535
- html body #concept .concept-item .concept-img {
536
-
537
- max-width: 440px;
538
-
539
- }
540
-
541
- html body #concept .concept-item .concept-text {
542
-
543
- margin-right: 120px;
544
-
545
- }
546
-
547
- html body #works {
548
-
549
- background-image: url(../img/works-bgi@2x.jpg);
550
-
551
- background-position: center;
552
-
553
- background-size: cover;
554
-
555
- }
556
-
557
- html body #works .section-title {
558
-
559
- color: #FFFFFF;
560
-
561
- text-align: right;
562
-
563
- }
564
-
565
- html body #works .section-title:after {
566
-
567
- background-color: #FFFFFF;
568
-
569
- }
570
-
571
- html body #works .works-list {
572
-
573
- justify-content: center;
574
-
575
- align-items: center;
576
-
577
- display: flex;
578
-
579
- flex-wrap: wrap;
580
-
581
- }
582
-
583
- html body #works .works-list .works-card {
584
-
585
- max-width: 320px;
586
-
587
- box-shadow: 0px 0px 6px #000000;
588
-
589
- background-color: #FFFFFF;
590
-
591
- font-family: "Noto Serif JP", serif;
592
-
593
- font-weight: normal;
594
-
595
- }
596
-
597
- html body #works .works-list .works-card .works-text {
598
-
599
- padding: 25px 20px;
600
-
601
- }
602
-
603
- html body #works .works-list .center {
604
-
605
- margin: 0 20px;
606
-
607
- }
608
-
609
- html body #service .service-list {
610
-
611
- display: flex;
612
-
613
- }
614
-
615
- html body #service .service-list .service-card {
616
-
617
- display: flex;
618
-
619
- flex-direction: column;
620
-
621
- position: relative;
622
-
623
- }
624
-
625
- html body #service .service-list .service-card .service-text {
626
-
627
- color: #FFFFFF;
628
-
629
- position: absolute;
630
-
631
- top: 35%;
632
-
633
- left: 30%;
634
-
635
- font-size: 4rem;
636
-
637
- font-weight: bold;
638
-
639
- }
640
-
641
- html body #contact {
642
-
643
- color: #FFFFFF;
644
-
645
- background-image: url(../img/contact-bgi@2x.jpg);
646
-
647
- background-position: center;
648
-
649
- background-size: cover;
650
-
651
- }
652
-
653
- html body #contact .section-title:after {
654
-
655
- background-color: #FFFFFF;
656
-
657
- }
658
-
659
- html body #contact .section-title {
660
-
661
- text-align: right;
662
-
663
- }
664
-
665
- html body footer {
666
-
667
- text-align: center;
668
-
669
- line-height: 78px;
670
-
671
- }
672
-
673
131
  ```
674
132
 
675
133
 

1

一部修正

2021/02/16 13:40

投稿

mitrasi
mitrasi

スコア49

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  グーグルフォントのフォントファミリーの設定の仕方についての質問です。
6
6
 
7
- 解説動画もみて、同様の指定方法をしているはずなのに思ったように表示されません。
7
+ 解説動画もみて、同様の指定方法をしているはずなのにフォントファミリーが適用されません。
8
8
 
9
9
  (全体的に欧文も和文も効いていないように思います。)
10
10