From 63c9b2b0780945e9d68797182056a94709a5d11d Mon Sep 17 00:00:00 2001 From: bvanroll Date: Sun, 24 Aug 2025 12:47:11 +0200 Subject: [PATCH] background stuff --- css/main.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index a397bfd..89687d5 100644 --- a/css/main.css +++ b/css/main.css @@ -126,10 +126,24 @@ footer { } */ -nav { +body { + background: black; +} +nav { + background: white; +} + +.header { + background: white; +} + +.content { + + background: white; } footer { + background: white; }