Skip to content

Commit 09e725e

Browse files
authored
Update reset.css
1 parent 6bc6863 commit 09e725e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reset.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Tiny CSS Reset (https://github.com/gnat/css-reset-tiny) */
12
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Remove margins. Use sane box-sizing model. */
23
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; }
34
h1,h2,h3,h4,h5,h6,p { font-size: 100%; font-weight: normal; overflow-wrap: break-word; } /* Reset all headers. */

0 commit comments

Comments
 (0)