From 6f1b87693791971ce81439a6fa78621c6113d08b Mon Sep 17 00:00:00 2001 From: bvanroll Date: Sun, 24 Aug 2025 14:15:15 +0200 Subject: [PATCH] img placement --- css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 6ced901..e13167c 100644 --- a/css/main.css +++ b/css/main.css @@ -127,6 +127,8 @@ footer { */ body { + width: 70%; + margin-left: 20%; background: black; background-position: top; background-image: url("/img/background.jpg"); @@ -136,13 +138,11 @@ body { .header { margin-top: 7em; height: 7em; - width: 29em; margin-bottom: 2em; - margin-left: 13em; } -.header h1 { - +.header img { + height: 16em; } .container {