From f7bdf474d1ffd3637c50d0e0ef262db76297ec55 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 13:25:29 +0100 Subject: [PATCH] Move background-color from #content to body --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index e86662b..8b4cfe7 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -11,6 +11,7 @@ html { body { width: 100%; margin: auto; + background-color: lightslategrey; } /* END HTML & BODY */ @@ -142,7 +143,6 @@ body { padding-top: 10px; padding-bottom: 10px; width: 100%; - background-color: lightslategrey; } #content p {