From c16d84609c88b5fab2ed2e098da9e3d89a38ba6f Mon Sep 17 00:00:00 2001 From: Prashant Choudhari Date: Sat, 30 Aug 2025 05:53:37 -0400 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..ebe51f5c8 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; + border-radius:50%; + width:500px; + height:500px; }