From aefb5af21725cf979d560ab2dcae34fc055b5f11 Mon Sep 17 00:00:00 2001 From: DeeAnny9 Date: Fri, 6 Sep 2024 21:50:24 +0100 Subject: [PATCH] change the background to white --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 69aa47e..f0230a1 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ justify-content: center; align-items: center; height: 100vh; - background: #000000; + background: #fff; } h1{