質問編集履歴

2

情報の追加

2020/09/29 11:48

投稿

cafe1111
cafe1111

スコア62

test CHANGED
File without changes
test CHANGED
@@ -42,6 +42,8 @@
42
42
 
43
43
  }
44
44
 
45
+ ```
46
+
45
47
 
46
48
 
47
49
  ```css

1

情報の追加

2020/09/29 11:47

投稿

cafe1111
cafe1111

スコア62

test CHANGED
File without changes
test CHANGED
@@ -42,4 +42,310 @@
42
42
 
43
43
  }
44
44
 
45
+
46
+
47
+ ```css
48
+
49
+ /*
50
+
51
+ html5doctor.com Reset Stylesheet
52
+
53
+ v1.6.1
54
+
55
+ Last Updated: 2010-09-17
56
+
57
+ Author: Richard Clark - http://richclarkdesign.com
58
+
59
+ Twitter: @rich_clark
60
+
61
+ */
62
+
63
+ html, body, div, span, object, iframe,
64
+
65
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
66
+
67
+ abbr, address, cite, code,
68
+
69
+ del, dfn, em, img, ins, kbd, q, samp,
70
+
71
+ small, strong, sub, sup, var,
72
+
73
+ b, i,
74
+
75
+ dl, dt, dd, ol, ul, li,
76
+
77
+ fieldset, form, label, legend,
78
+
79
+ table, caption, tbody, tfoot, thead, tr, th, td,
80
+
81
+ article, aside, canvas, details, figcaption, figure,
82
+
83
+ footer, header, hgroup, menu, nav, section, summary,
84
+
85
+ time, mark, audio, video {
86
+
87
+ margin: 0;
88
+
89
+ padding: 0;
90
+
91
+ border: 0;
92
+
93
+ outline: 0;
94
+
95
+ font-size: 100%;
96
+
97
+ vertical-align: baseline;
98
+
99
+ background: transparent;
100
+
101
+ }
102
+
103
+
104
+
105
+ body {
106
+
107
+ line-height: 1;
108
+
109
+ }
110
+
111
+
112
+
113
+ article, aside, details, figcaption, figure,
114
+
115
+ footer, header, hgroup, menu, nav, section {
116
+
117
+ display: block;
118
+
119
+ }
120
+
121
+
122
+
123
+ nav ul {
124
+
125
+ list-style: none;
126
+
127
+ }
128
+
129
+
130
+
131
+ blockquote, q {
132
+
133
+ quotes: none;
134
+
135
+ }
136
+
137
+
138
+
139
+ blockquote:before, blockquote:after,
140
+
141
+ q:before, q:after {
142
+
143
+ content: '';
144
+
145
+ content: none;
146
+
147
+ }
148
+
149
+
150
+
151
+ a {
152
+
153
+ margin: 0;
154
+
155
+ padding: 0;
156
+
157
+ font-size: 100%;
158
+
159
+ vertical-align: baseline;
160
+
161
+ background: transparent;
162
+
163
+ }
164
+
165
+
166
+
167
+ /* change colours to suit your needs */
168
+
169
+ ins {
170
+
171
+ background-color: #ff9;
172
+
173
+ color: #000;
174
+
175
+ text-decoration: none;
176
+
177
+ }
178
+
179
+
180
+
181
+ /* change colours to suit your needs */
182
+
183
+ mark {
184
+
185
+ background-color: #ff9;
186
+
187
+ color: #000;
188
+
189
+ font-style: italic;
190
+
191
+ font-weight: bold;
192
+
193
+ }
194
+
195
+
196
+
197
+ del {
198
+
199
+ text-decoration: line-through;
200
+
201
+ }
202
+
203
+
204
+
205
+ abbr[title], dfn[title] {
206
+
207
+ border-bottom: 1px dotted;
208
+
209
+ cursor: help;
210
+
211
+ }
212
+
213
+
214
+
215
+ table {
216
+
217
+ border-collapse: collapse;
218
+
219
+ border-spacing: 0;
220
+
221
+ }
222
+
223
+
224
+
225
+ /* change border colour to suit your needs */
226
+
227
+ hr {
228
+
229
+ display: block;
230
+
231
+ height: 1px;
232
+
233
+ border: 0;
234
+
235
+ border-top: 1px solid #cccccc;
236
+
237
+ margin: 1em 0;
238
+
239
+ padding: 0;
240
+
241
+ }
242
+
243
+
244
+
245
+ input, select {
246
+
247
+ vertical-align: middle;
248
+
249
+ }
250
+
251
+
252
+
253
+ *, :before, :after {
254
+
255
+ border: 0;
256
+
257
+ -webkit-box-sizing: border-box;
258
+
259
+ box-sizing: border-box;
260
+
261
+ }
262
+
263
+
264
+
265
+ @media screen and (min-width: 1200px) {
266
+
267
+ .page-header .page-header__box {
268
+
269
+ display: -webkit-box;
270
+
271
+ display: -ms-flexbox;
272
+
273
+ display: flex;
274
+
275
+ -ms-flex-pack: distribute;
276
+
277
+ justify-content: space-around;
278
+
279
+ -webkit-box-align: center;
280
+
281
+ -ms-flex-align: center;
282
+
283
+ align-items: center;
284
+
285
+ }
286
+
287
+ .page-header .page-header__box .logo {
288
+
289
+ width: 17%;
290
+
291
+ }
292
+
293
+ .page-header .page-header__box .page-header__nav .page-header__list .page-list__block {
294
+
295
+ background-color: #55ace1;
296
+
297
+ -webkit-box-shadow: 0px 3px 0px 0px #2085c3;
298
+
299
+ box-shadow: 0px 3px 0px 0px #2085c3;
300
+
301
+ border-radius: 10px;
302
+
303
+ }
304
+
305
+ .page-header .page-header__box .page-header__nav .page-header__list .page-list__block a {
306
+
307
+ color: #fff;
308
+
309
+ width: 100%;
310
+
311
+ height: 100%;
312
+
313
+ font-size: 1.5rem;
314
+
315
+ font-weight: bold;
316
+
317
+ text-align: center;
318
+
319
+ padding: 9px 10px;
320
+
321
+ display: inline-block;
322
+
323
+ text-decoration: none;
324
+
325
+ min-width: 180px;
326
+
327
+ }
328
+
329
+ }
330
+
331
+
332
+
333
+ main .main {
334
+
335
+ background-image: url("../../image/thumb-messi2.jpg");
336
+
337
+ background-repeat: no-repeat;
338
+
339
+ background-position: 90% 10%;
340
+
341
+ height: 300px;
342
+
343
+ width: 100%;
344
+
345
+ }
346
+
347
+ /*# sourceMappingURL=style.css.map */
348
+
45
349
  ```
350
+
351
+ ```