From 531ddc0194d97116a561bb432b7a63500a3e984b Mon Sep 17 00:00:00 2001 From: Patrick Stevens Date: Sun, 16 Feb 2025 09:08:02 -0500 Subject: [PATCH 1/2] Changing the height and width of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..5eff7a5ed 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:00px; } From dbbb9e911cac2ca1a6344af1e70f4275afac8a51 Mon Sep 17 00:00:00 2001 From: Patrick Michael Stevens Date: Sun, 16 Feb 2025 14:20:36 +0000 Subject: [PATCH 2/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5eff7a5ed..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:500px; - height:00px; + height:500px; }