DekGenius.com
CSS
Css Reset
css
*, *::before , *::after {
box-sizing : border-box;
}
* {
margin : 0 ;
}
html, body {
height : 100 % ;
}
body {
line-height : 1.5 ;
-webkit-font-smoothing : antialiased;
}
img, picture, video, canvas, svg {
display : block;
max-width : 100 % ;
}
input, button, textarea, select {
font : inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap : break-word;
}
#root , #__next {
isolation : isolate;
}
css reset
*, *::before , *::after {
box-sizing : border-box;
}
* {
margin : 0 ;
}
html, body {
height : 100 % ;
}
body {
line-height : 1.5 ;
-webkit-font-smoothing : antialiased;
}
img, picture, video, canvas, svg {
display : block;
max-width : 100 % ;
}
input, button, textarea, select {
font : inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap : break-word;
}
#root , #__next {
isolation : isolate;
}
css reset
*,
*::before ,
*::after {
box-sizing : border-box;
margin : 0 ;
padding : 0 ;
font : inherit;
}
ul[ role = 'list' ] ,
ol[ role = 'list' ] ,
li {
list-style : none;
}
html:focus-within {
scroll-behavior : smooth;
}
html, body {
height : 100 %
}
body {
text-rendering : optimizeSpeed;
line-height : 1.5 ;
}
a:not ( [ class ] ) {
text-decoration-skip-ink : auto;
}
a {
color : inherit;
}
img,
picture,
svg {
max-width : 100 % ;
display : block;
}
@media ( prefers-reduced-motion : reduce) {
html:focus-within {
scroll-behavior : auto;
}
*,
*::before ,
*::after {
animation-duration : 0.01 ms !important ;
animation-iteration-count : 1 !important ;
transition-duration : 0.01 ms !important ;
scroll-behavior : auto !important ;
}
}
css reset
html {
box-sizing : border-box;
font-size : 16 px ;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
margin : 0 ;
padding : 0 ;
font-weight : normal;
-webkit-font-smoothing : antialiased;
}
ol,
ul {
list-style : none;
}
img {
max-width : 100 % ;
height : auto;
}
body {
background : #121212 ;
font-family : 'Nunito' , sans-serif;
color : #fff ;
}
.container {
width : 1200 px ;
max-width : 90 % ;
margin : 0 auto;
}
simple css reset
* {
margin : 0 ;
padding : 0 ;
font-size : 1 em ;
font-family : inherit;
}
html {
font-size : 62.5 % ;
}
css reset
CSS
*, *::before , *::after {
box-sizing : border-box;
}
* {
margin : 0 ;
}
html, body {
height : 100 % ;
}
body {
line-height : 1.5 ;
-webkit-font-smoothing : antialiased;
}
img, picture, video, canvas, svg {
display : block;
max-width : 100 % ;
}
input, button, textarea, select {
font : inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap : break-word;
}
#root , #__next {
isolation : isolate;
}
css resets
CSS
*, *::before , *::after {
box-sizing : border-box;
}
* {
margin : 0 ;
}
html, body {
height : 100 % ;
}
body {
line-height : 1.5 ;
-webkit-font-smoothing : antialiased;
}
img, picture, video, canvas, svg {
display : block;
max-width : 100 % ;
}
input, button, textarea, select {
font : inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap : break-word;
}
#root , #__next {
isolation : isolate;
}
css reset
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin : 0 ;
padding : 0 ;
border : 0 ;
outline : 0 ;
font-size : 100 % ;
vertical-align : baseline;
background : transparent ;
}
body {
line-height : 1 ;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display : block;
}
nav ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before , blockquote:after ,
q:before , q:after {
content : '' ;
content : none;
}
a {
margin : 0 ;
padding : 0 ;
font-size : 100 % ;
vertical-align : baseline;
background : transparent ;
}
ins {
background-color : #ff9 ;
color : #000 ;
text-decoration : none;
}
mark {
background-color : #ff9 ;
color : #000 ;
font-style : italic;
font-weight : bold;
}
del {
text-decoration : line-through;
}
abbr[ title ] , dfn[ title ] {
border-bottom : 1 px dotted;
cursor : help;
}
table {
border-collapse : collapse;
border-spacing : 0 ;
}
hr {
display : block;
height : 1 px ;
border : 0 ;
border-top : 1 px solid #cccccc ;
margin : 1 em 0 ;
padding : 0 ;
}
input, select {
vertical-align : middle;
}
css reset code
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin : 0 ; padding : 0 ; border : 0 ; font-size : 100 % ; font : inherit; vertical-align : baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display : block; } body { line-height : 1 ; } ol, ul { list-style : none; } blockquote, q { quotes : none; } blockquote:before , blockquote:after , q:before , q:after { content : '' ; content : none; } table { border-collapse : collapse; border-spacing : 0 ; }
reset css simples
* {
padding : 0 ;
margin : 0 ;
border : 0 ;
box-sizing : border-box
}
CSS reset
css
*, *::before , *::after {
box-sizing : border-box;
}
* {
margin : 0 ;
}
html, body {
height : 100 % ;
}
body {
line-height : 1.5 ;
-webkit-font-smoothing : antialiased;
}
img, picture, video, canvas, svg {
display : block;
max-width : 100 % ;
}
input, button, textarea, select {
font : inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap : break-word;
}
#root , #__next {
isolation : isolate;
}
© 2022 Copyright:
DekGenius.com