We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f00711 commit 9665c0dCopy full SHA for 9665c0d
micro-css-reset.css
@@ -1,5 +1,7 @@
1
/* CSS Micro Reset */
2
3
+* {box-sizing: border-box}
4
+
5
body { margin: 0 }
6
7
h1, h2, h3, h4, h5, h6 { font-weight: normal }
0 commit comments