From 67eff8e477403fdd372a9ff5d50197e31577ea73 Mon Sep 17 00:00:00 2001 From: Anuraag Vombatkere Date: Sat, 13 Sep 2025 22:43:46 +0800 Subject: [PATCH] Background Colour Change to Red --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1a4e3b87..b09b7f489 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:blue + background-color:red } .circle{ border-radius:50%;