From cc68a1c07c1388084e41e1aa43cdbfff1de4a3d9 Mon Sep 17 00:00:00 2001 From: Rishi Datta Date: Sun, 20 Jul 2025 11:33:13 -0400 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..501a39f7c 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } +