Private
Public Access
1
0

Challenge result made simpler

This commit is contained in:
Sander Roosendaal
2021-09-27 20:56:15 +02:00
parent 27bc739e34
commit 39e4a4c65d
3 changed files with 137 additions and 130 deletions

View File

@@ -1,4 +1,4 @@
/* http://meyerweb.com/eric/tools/css/reset/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@@ -12,8 +12,8 @@ b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
@@ -24,7 +24,7 @@ time, mark, audio, video {
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
@@ -45,6 +45,8 @@ q:before, q:after {
table {
border-collapse: collapse;
border-spacing: 0;
word-wrap: break-word;
table-layout: fixed;
}
/* apply a natural box layout model to all elements, but allowing components to change */