From 45a87167ab7562c5bb9e76dfa52a8a2e130716e7 Mon Sep 17 00:00:00 2001 From: jassuynr Date: Thu, 7 Aug 2025 06:50:49 -0400 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..bb7f256fb 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,6 @@ border-radius:50%; width:300px; height:300px; + width:500px; + height:500px; }