borders
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 26s

This commit is contained in:
2025-08-24 15:48:56 +02:00
parent 9374a8fff3
commit de4bd9a2cb

View File

@@ -127,35 +127,26 @@ footer {
*/
body {
width: 70%;
margin-left: 20%;
background: #201b1a;
background-attachment: local;
background-position: top;
background-size: 100% 100%;
background-image: url("/img/background.jpg");
}
.header {
margin-top: 7em;
height: 7em;
margin-bottom: 14em;
padding-left: 2em;
border: green;
border-style: double;
}
.header img {
height: 16em;
}
.container {
display: flex;
}
nav {
margin-right: 10em;
width: 80%;
border: green;
border-style: double;
}