23 lines
No EOL
290 B
CSS
23 lines
No EOL
290 B
CSS
html,
|
|
body,
|
|
header,
|
|
main,
|
|
footer {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
body {
|
|
background-color: #181818;
|
|
color: #eee;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
overflow-x: hidden
|
|
} |