回答編集履歴

1

内容修正

2019/09/08 08:15

投稿

Meeets
Meeets

スコア48

test CHANGED
@@ -1,6 +1,6 @@
1
1
  こんにちは!一部コードの切り出しかと思いますので
2
2
 
3
- 局部的な事しかわかりませんが...以下でどうでしょうか?
3
+ 局部的な事しかわかりませんが...以下ではダメなのでしょうか?
4
4
 
5
5
  ```
6
6
 
@@ -39,43 +39,3 @@
39
39
  </section>
40
40
 
41
41
  ```
42
-
43
- もしくは
44
-
45
- ```
46
-
47
- <section id="aboutpage">
48
-
49
- <div class="inner">
50
-
51
- <div class="section">
52
-
53
- <h1 class="section__ttl">このサイトについて</h1>
54
-
55
- </div>
56
-
57
- <div class="about">
58
-
59
-  <div class="about__item">
60
-
61
-  <p class="about__item-ttl">タイトル</p>
62
-
63
- <p class="about__item-txt">テキスト</p>
64
-
65
- </div>
66
-
67
- <div class="about__item">
68
-
69
-  <p class="about__item-ttl">タイトル</p>
70
-
71
- <p class="about__item-txt">テキスト</p>
72
-
73
- </div>
74
-
75
- </div>
76
-
77
- </div>
78
-
79
- </section>
80
-
81
- ```