You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
213 B
17 lines
213 B
html {
|
|
overflow-y: scroll;
|
|
background-color: #101010;
|
|
}
|
|
body {
|
|
margin: 1.5em;
|
|
font-family: Tahoma, sans-serif;
|
|
color: white;
|
|
}
|
|
|
|
#header {
|
|
background-color: black;
|
|
}
|
|
|
|
img + img {
|
|
margin-top: 0.5em;
|
|
}
|