From 75118fb48e443f74ba74fa39c4fda6a4e86c190d Mon Sep 17 00:00:00 2001 From: george Date: Tue, 25 Mar 2025 04:35:01 -0400 Subject: [PATCH] changed the width and height of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..d081e7f9b 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:400px; + height:400px; }