From 5bf0ff4cceba6384d602396a33ed86a6de6b6bf2 Mon Sep 17 00:00:00 2001 From: SyedMuhammadSarmad Date: Sat, 1 Feb 2025 08:53:55 -0500 Subject: [PATCH] change background color --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..ca272e391 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%;