質問編集履歴

2

ファイルの階層画像です。

2020/05/23 07:59

投稿

anne_0110
anne_0110

スコア1

test CHANGED
File without changes
test CHANGED
@@ -297,3 +297,5 @@
297
297
  }
298
298
 
299
299
  ```
300
+
301
+ ![イメージ説明](378a5f13f44c17e8733e233e2ebd68d1.jpeg)

1

コードを追記しました。

2020/05/23 07:59

投稿

anne_0110
anne_0110

スコア1

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,283 @@
17
17
  ### 補足情報(FW/ツールのバージョンなど)
18
18
 
19
19
  Visual Studio CodeとChromeを使用
20
+
21
+
22
+
23
+ ```ここに言語を入力
24
+
25
+ <TOPページのHTML>index.html
26
+
27
+ <!DOCTYPE html>
28
+
29
+ <html lang="ja">
30
+
31
+ <head>
32
+
33
+ <meta charset="utf-8">
34
+
35
+ <meta name="description" content="◯◯農園では自然豊かで水が綺麗な徳島県の農園で栽培した農産物をネット販売しております。">
36
+
37
+ <link rel="icon" href="icon.png">
38
+
39
+ <title>◯◯農園</title>
40
+
41
+ <link rel="stylesheet" href="css/style.css">
42
+
43
+ </head>
44
+
45
+ <body>
46
+
47
+ <header>
48
+
49
+ <div class="pic">
50
+
51
+ <img src="img/top.png">
52
+
53
+ </div>
54
+
55
+ </header>
56
+
57
+
58
+
59
+ <section class="features">
60
+
61
+ <section>
62
+
63
+ <div class="container">
64
+
65
+ <h1>◯◯農園の紹介</h1>
66
+
67
+ <ul>
68
+
69
+ <li>農園について</li>
70
+
71
+ <li>生産者</li>
72
+
73
+ </ul>
74
+
75
+ </div>
76
+
77
+ </section>
78
+
79
+
80
+
81
+ <section>
82
+
83
+ <div class="container">
84
+
85
+ <h1>お野菜のお買い物方法</h1>
86
+
87
+ <p>「売り場」に行って好きなお野菜を選び、数量を洗濯して、「買い物カゴ」に入れます。お買い物金額は自動的に計算され、最後にお会計に進みます。</p>
88
+
89
+ </div>
90
+
91
+ </section>
92
+
93
+
94
+
95
+ <section class="uriba">
96
+
97
+ <h1>野菜売り場へGO</h1>
98
+
99
+ <a href="uriba/index.html" target="_blank" class="btn">売り場</a>
100
+
101
+ </section>
102
+
103
+ </section>
104
+
105
+ </body>
106
+
107
+ </html>
108
+
109
+
110
+
111
+ <TOPページのCSS>css/style.css
112
+
113
+ header {
114
+
115
+ background: #808000;
116
+
117
+ text-align: center;
118
+
119
+ width: 100%;
120
+
121
+ height: 300px;
122
+
123
+ }
124
+
125
+
126
+
127
+ .btn {
128
+
129
+ text-decoration: wavy;
130
+
131
+ background: #008000;
132
+
133
+ color: #ffffff;
134
+
135
+ display: block;
136
+
137
+ width: 140px;
138
+
139
+ line-height: 44px;
140
+
141
+ margin: 40px auto 48px;
142
+
143
+ font-size: 14px;
144
+
145
+ font-weight: bold;
146
+
147
+ border-radius: 4px;
148
+
149
+ text-align: center;
150
+
151
+ }
152
+
153
+
154
+
155
+ .btn:hover {
156
+
157
+ opacity: 0.9;
158
+
159
+ }
160
+
161
+
162
+
163
+ .pic img {
164
+
165
+ margin: 0;
166
+
167
+ width: auto;
168
+
169
+ height: 300px;
170
+
171
+ }
172
+
173
+
174
+
175
+ .features .container {
176
+
177
+ width: 800px;
178
+
179
+ margin: 0 auto;
180
+
181
+ }
182
+
183
+
184
+
185
+ .features h1 {
186
+
187
+ text-align: center;
188
+
189
+ }
190
+
191
+
192
+
193
+ .features ul li {
194
+
195
+ text-align: center;
196
+
197
+ }
198
+
199
+
200
+
201
+ .features p {
202
+
203
+ text-align: center;
204
+
205
+ }
206
+
207
+
208
+
209
+ .features .uriba {
210
+
211
+ width: 800px;
212
+
213
+ margin: 0 auto;
214
+
215
+ }
216
+
217
+
218
+
219
+ <リンク先のHTML>uriba/index.html
220
+
221
+ <!DOCTYPE html>
222
+
223
+ <html lang="ja">
224
+
225
+ <head>
226
+
227
+ <meta charset="utf-8">
228
+
229
+ <link rel="icon" href="../icon.png">
230
+
231
+ <title>野菜売り場</title>
232
+
233
+ <link rel="stylesheet2" href="style2.css">
234
+
235
+ </head>
236
+
237
+
238
+
239
+ <body>
240
+
241
+ <h1>野菜売り場</h1>
242
+
243
+ <p>お好みの野菜を選択して買い物カゴに入れて下さい。</p>
244
+
245
+
246
+
247
+ <table border="1">
248
+
249
+ <thead>
250
+
251
+ <tr>
252
+
253
+ <th colspan="4">本日の野菜</th>
254
+
255
+ </tr>
256
+
257
+ </thead>
258
+
259
+ <tbody>
260
+
261
+ <tr>
262
+
263
+ <td>野菜</td>
264
+
265
+ <td>金額(1つ)</td>
266
+
267
+ <td>数量</td>
268
+
269
+ <td>購入</td>
270
+
271
+ </tr>
272
+
273
+ (中略)
274
+
275
+     </tbody>
276
+
277
+ </table>
278
+
279
+ </body>
280
+
281
+ </html>
282
+
283
+
284
+
285
+ <リンク先ページのCSS>uriba/style2.css
286
+
287
+ body {
288
+
289
+ background: #808000;
290
+
291
+ margin: 0;
292
+
293
+ font-size: 16px;
294
+
295
+ font-family: Verdana, sans-serif;
296
+
297
+ }
298
+
299
+ ```