From 1d04ef8fee24defc2f325ce51f41ce92061de64f Mon Sep 17 00:00:00 2001 From: Walter9001 Date: Sat, 12 Jul 2025 21:49:23 +0200 Subject: [PATCH] Changing color from blue 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%;