From a9d4fb739714908db87404c138f68f495ff5d4b4 Mon Sep 17 00:00:00 2001 From: BackendBoss404 Date: Sun, 15 Jun 2025 12:11:18 -0400 Subject: [PATCH 1/2] 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..ebea64ecc 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500p + x; } From 861c6755cde1b0379690335c09fcfbda4451eabc Mon Sep 17 00:00:00 2001 From: BackendBoss404 Date: Sun, 15 Jun 2025 13:07:13 -0400 Subject: [PATCH 2/2] Changing the height and the width of the circle --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index ebea64ecc..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,5 @@ .circle{ border-radius:50%; width:500px; - height:500p - x; + height:500px; }