put the you know what
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 29s

This commit is contained in:
2025-08-24 13:21:10 +02:00
parent 1eb803a3d8
commit f399e0b180

View File

@@ -128,23 +128,27 @@ footer {
body { body {
background: black; background: black;
background-align: top;
background-image: url("/img/background.jpg"); background-image: url("/img/background.jpg");
} }
.header {
}
.header h1 {
}
nav { nav {
border: green; border: green;
border-style: double; border-style: double;
} }
.header {
border: green;
border-style: double;
}
.content { .content {
border: green; border: green;
display: flex;
border-style: double; border-style: double;
} }