From 038006880959310181f0f0ecb5b94dd4a7594470 Mon Sep 17 00:00:00 2001 From: Desire4tech Date: Wed, 4 Jun 2025 00:50:42 -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; } +