You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
320 B
CSS
23 lines
320 B
CSS
html {
|
|
font-family: sans-serif;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
html,body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #313131;
|
|
}
|
|
|
|
main {
|
|
background: #E4E4E4;
|
|
color: black;
|
|
padding: 30px 0;
|
|
}
|