teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

内容修正

2019/09/08 08:15

投稿

Meeets
Meeets

スコア48

answer CHANGED
@@ -1,5 +1,5 @@
1
1
  こんにちは!一部コードの切り出しかと思いますので
2
- 局部的な事しかわかりませんが...以下でどうでしょうか?
2
+ 局部的な事しかわかりませんが...以下ではダメなのでしょうか?
3
3
  ```
4
4
  <section id="aboutpage">
5
5
  <div class="inner">
@@ -18,24 +18,4 @@
18
18
  </div>
19
19
  </div>
20
20
  </section>
21
- ```
22
- もしくは
23
- ```
24
- <section id="aboutpage">
25
- <div class="inner">
26
- <div class="section">
27
- <h1 class="section__ttl">このサイトについて</h1>
28
- </div>
29
- <div class="about">
30
-  <div class="about__item">
31
-  <p class="about__item-ttl">タイトル</p>
32
- <p class="about__item-txt">テキスト</p>
33
- </div>
34
- <div class="about__item">
35
-  <p class="about__item-ttl">タイトル</p>
36
- <p class="about__item-txt">テキスト</p>
37
- </div>
38
- </div>
39
- </div>
40
- </section>
41
21
  ```