質問編集履歴

2

HTMLの追加

2024/07/11 15:24

投稿

Riz
Riz

スコア6

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,22 @@
9
9
  ### 該当のソースコード
10
10
 
11
11
  ```HTML
12
+ <body>
13
+ <div class="sub-cover cover-contact">
14
+ <header class="page-header wrapper">
15
+ <h1 class="align-center">
16
+ <a href="singlcoloum.html"><img class="logo" src="images/WCBCafe/images/logo.svg" alt="WCBカフェホーム"</a>
17
+ </h1>
18
+ <nav>
19
+ <ul class="main-nav font-english">
20
+ <li><a href="images/WCBCafe/news.html">News</a></li>
21
+ <li><a href="images/WCBCafe/menu.html">Menu</a></li>
22
+ <li><a href="images/WCBCafe/contact.html">Contact</a></li>
23
+ </ul>
24
+ </nav>
25
+ </header>
26
+ <h2 class="page-title font-english">Contact</h2>
27
+ </div>
12
28
  <mein class="wrapper">
13
29
  <section class="location">
14
30
  <div class="location-info">
@@ -35,6 +51,31 @@
35
51
  <div class="location-map">Googleマップ</div>
36
52
  </section>
37
53
  </mein>
54
+ <footer class="page-footer">
55
+ <h3 class="heading-large font-english">Information</h3>
56
+ <table class="info">
57
+ <tr>
58
+ <th>住所</th>
59
+ <td>東京都杉並区六本木0-0○◯○</td>
60
+ </tr>
61
+ <tr>
62
+ <th>電話</th>
63
+ <td>03-1111-xxxx</td>
64
+ </tr>
65
+ <tr>
66
+ <th>営業時間</th>
67
+ <td>10:00~22:00</td>
68
+ </tr>
69
+ <tr>
70
+ <th>店休日</th>
71
+ <td>水曜日</td>
72
+ </tr>
73
+ </table>
74
+ <div class="copyright">
75
+ <small>&copy; 2010 WCBCafe</small>
76
+ </div>
77
+ </footer>
78
+ </body>
38
79
  ```
39
80
 
40
81
  ```CSS

1

写真の追加

2024/07/10 13:39

投稿

Riz
Riz

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ### 実現したいこと
1
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-07-10/3d97535b-2432-4ed4-be8a-d43e7e671c72.jpeg)### 実現したいこと
2
2
  <session>タグ内の<div>が一部反応しないのを直したい。
3
3
 
4
4
  ### 発生している問題・分からないこと