Files
neocities/css/main.css
bvanroll 77de4035db
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 28s
cleanup
2025-08-24 16:40:44 +02:00

58 lines
587 B
CSS

body {
background: #201b1a;
background-attachment: local;
background-position: top;
background-image: url("/img/background.jpg");
}
.header {
padding: 2.5em;
}
.header a {
display: flex;
justify-content: center;
}
.header img {
}
.container {
display: flex;
justify-content: center;
}
nav {
}
.navlink {
}
.content {
width: 30em;
margin-left: 8em;
height: 40em;
overflow: scroll;
padding: 2em;
}
footer {
display: flex;
justify-content: center;
padding-top: 6em;
}
.footerdiv {
width: 50em;
}
.footerlinks {
display: inline-block;
}