From f1e85f4ae18f9e26480c76c3195a1e4e613cdeeb Mon Sep 17 00:00:00 2001 From: Devavrat Ravetkar Date: Tue, 4 Feb 2025 17:28:35 +0530 Subject: [PATCH] Change size and color of circle --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..039ca5672 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:rgb(148, 97, 207); } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }