18 lines
232 B
CSS
18 lines
232 B
CSS
body,ul,p,h1,h2,h3,h4,h5,h6,a {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body {
|
|
background: #f3f4f7;
|
|
}
|
|
html {
|
|
/* font-size: 50px; */
|
|
line-height: 1;
|
|
}
|
|
|
|
body {
|
|
font-size: 0;
|
|
} |