From fb48d2a51b00bccca8076b999a8e0f924e56bf42 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Wed, 13 Nov 2024 22:25:16 +0000 Subject: [PATCH] Remove weird margin around the body --- styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/index.css b/styles/index.css index b0f2a7a..5c4decf 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,3 +1,7 @@ +body { + margin: 0; +} + .background { background-color: black; }