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 ce4d036 commit 6bc6863Copy full SHA for 6bc6863
reset.css
@@ -0,0 +1,7 @@
1
+*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Remove margins. Use sane box-sizing model. */
2
+html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6,label,table,td,th { padding: 0; }
3
+h1,h2,h3,h4,h5,h6,p { font-size: 100%; font-weight: normal; overflow-wrap: break-word; } /* Reset all headers. */
4
+button,input,select,textarea { font: inherit; } /* No custom font on forms. */
5
+img,video,picture,canvas,svg { height: auto; max-width: 100%; } /* Media should not break outside of parent. */
6
+table { border-collapse: collapse; border-spacing: 0; } /* Modern tables. */
7
+html,body { height: 100%; background: #AAA; } /* Allow percentage based heights everywhere. Disable flashbang. */
0 commit comments