Eric Bower
·
20 Jul 21
reset.css
1*, *::before, *::after {
2 box-sizing: border-box;
3}
4
5body { margin: 0 }
6
7h1, h2, h3, h4, h5, h6 { font-weight: normal }
8
9table
10{
11 border-collapse: collapse;
12 border-spacing: 0
13}
14
15th, td
16{
17 text-align: left;
18 vertical-align: top
19}
20
21img, iframe { border: 0 }