img placement
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 24s

This commit is contained in:
2025-08-24 14:15:15 +02:00
parent bafaf4ea3e
commit 6f1b876937

View File

@@ -127,6 +127,8 @@ footer {
*/ */
body { body {
width: 70%;
margin-left: 20%;
background: black; background: black;
background-position: top; background-position: top;
background-image: url("/img/background.jpg"); background-image: url("/img/background.jpg");
@@ -136,13 +138,11 @@ body {
.header { .header {
margin-top: 7em; margin-top: 7em;
height: 7em; height: 7em;
width: 29em;
margin-bottom: 2em; margin-bottom: 2em;
margin-left: 13em;
} }
.header h1 { .header img {
height: 16em;
} }
.container { .container {