-
Notifications
You must be signed in to change notification settings - Fork 0
/
reset.css
12 lines (12 loc) · 1.32 KB
/
reset.css
1
2
3
4
5
6
7
8
9
10
11
12
/* ♻️ Tiny CSS Reset (https://github.com/gnat/css-reset-tiny) */
*,*::before,*::after { box-sizing: border-box; margin: 0; min-width: 0; } /* Prevent padding and border from affecting element width. Remove margins. Remove random default min widths for input etc. */
html { text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; tab-size: 4; } /* Prevent font size inflation on mobile. Sane tab size. */
html,body { background: #aaa; } /* Disable screen flashbang. */
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; } /* No padding. */
h1,h2,h3,h4,h5,h6,p { font-size: inherit; font-weight: inherit; overflow-wrap: break-word; } /* Reset all headers and <p>. */
h1,h2,h3,h4 { text-wrap: balance; } /* Balance text on big headers. */
button,input,select,textarea { font: inherit; } /* No custom font on forms. */
img,picture,svg,video { height: auto; max-width: 100%; } /* Media should not break outside of parent. */
audio,canvas,embed,iframe,img,object,svg,video { vertical-align: middle; } /* Removes tiny space on bottom. */
table { text-indent: 0; border-color: inherit; border-collapse: collapse; border-spacing: 0; } /* Modern tables. */
[hidden], style { display: none !important; } /* Hidden elements stay hidden. */