Mock-up of web-design choices for local company
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 

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;
}