質問編集履歴

1

リセットcss追加しました

2020/10/09 09:33

投稿

Sakupi
Sakupi

スコア17

test CHANGED
File without changes
test CHANGED
@@ -90,6 +90,210 @@
90
90
 
91
91
  ```css
92
92
 
93
+ /*
94
+
95
+ html5doctor.com Reset Stylesheet
96
+
97
+ v1.6.1
98
+
99
+ Last Updated: 2010-09-17
100
+
101
+ Author: Richard Clark - http://richclarkdesign.com
102
+
103
+ Twitter: @rich_clark
104
+
105
+ */
106
+
107
+
108
+
109
+ html, body, div, span, object, iframe,
110
+
111
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
112
+
113
+ abbr, address, cite, code,
114
+
115
+ del, dfn, em, img, ins, kbd, q, samp,
116
+
117
+ small, strong, sub, sup, var,
118
+
119
+ b, i,
120
+
121
+ dl, dt, dd, ol, ul, li,
122
+
123
+ fieldset, form, label, legend,
124
+
125
+ table, caption, tbody, tfoot, thead, tr, th, td,
126
+
127
+ article, aside, canvas, details, figcaption, figure,
128
+
129
+ footer, header, hgroup, menu, nav, section, summary,
130
+
131
+ time, mark, audio, video {
132
+
133
+ margin:0;
134
+
135
+ padding:0;
136
+
137
+ border:0;
138
+
139
+ outline:0;
140
+
141
+ font-size:100%;
142
+
143
+ vertical-align:baseline;
144
+
145
+ background:transparent;
146
+
147
+ }
148
+
149
+
150
+
151
+ body {
152
+
153
+ line-height:1;
154
+
155
+ }
156
+
157
+
158
+
159
+ article,aside,details,figcaption,figure,
160
+
161
+ footer,header,hgroup,menu,nav,section {
162
+
163
+ display:block;
164
+
165
+ }
166
+
167
+
168
+
169
+ nav ul {
170
+
171
+ list-style:none;
172
+
173
+ }
174
+
175
+
176
+
177
+ blockquote, q {
178
+
179
+ quotes:none;
180
+
181
+ }
182
+
183
+
184
+
185
+ blockquote:before, blockquote:after,
186
+
187
+ q:before, q:after {
188
+
189
+ content:'';
190
+
191
+ content:none;
192
+
193
+ }
194
+
195
+
196
+
197
+ a {
198
+
199
+ margin:0;
200
+
201
+ padding:0;
202
+
203
+ font-size:100%;
204
+
205
+ vertical-align:baseline;
206
+
207
+ background:transparent;
208
+
209
+ }
210
+
211
+
212
+
213
+ /* change colours to suit your needs */
214
+
215
+ ins {
216
+
217
+ background-color:#ff9;
218
+
219
+ color:#000;
220
+
221
+ text-decoration:none;
222
+
223
+ }
224
+
225
+
226
+
227
+ /* change colours to suit your needs */
228
+
229
+ mark {
230
+
231
+ background-color:#ff9;
232
+
233
+ color:#000;
234
+
235
+ font-style:italic;
236
+
237
+ font-weight:bold;
238
+
239
+ }
240
+
241
+
242
+
243
+ del {
244
+
245
+ text-decoration: line-through;
246
+
247
+ }
248
+
249
+
250
+
251
+ abbr[title], dfn[title] {
252
+
253
+ border-bottom:1px dotted;
254
+
255
+ cursor:help;
256
+
257
+ }
258
+
259
+
260
+
261
+ table {
262
+
263
+ border-collapse:collapse;
264
+
265
+ border-spacing:0;
266
+
267
+ }
268
+
269
+
270
+
271
+ /* change border colour to suit your needs */
272
+
273
+ hr {
274
+
275
+ display:block;
276
+
277
+ height:1px;
278
+
279
+ border:0;
280
+
281
+ border-top:1px solid #cccccc;
282
+
283
+ margin:1em 0;
284
+
285
+ padding:0;
286
+
287
+ }
288
+
289
+
290
+
291
+ input, select {
292
+
293
+ vertical-align:middle;
294
+
295
+ }
296
+
93
297
  height: 80px;
94
298
 
95
299
  }