From c96c07e4237b400db61013c87e3dccbcc2d75ba2 Mon Sep 17 00:00:00 2001 From: krishnaGandhi11 Date: Sun, 2 Feb 2025 21:13:34 +0530 Subject: [PATCH] Background Issue --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f09893d..b3c581b 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,7 @@ body { -ms-user-select: none; /* IE10+ */ -o-user-select: none; user-select: none; + background-color: #d3d9f1; } h1 { @@ -145,4 +146,5 @@ footer { width: 540px; clear: both; text-align: center; -} \ No newline at end of file +} +