From 3f39072f2ec190fc549dd7028e41debbbf365028 Mon Sep 17 00:00:00 2001 From: Styvensoft Date: Wed, 18 Jun 2025 22:04:03 -0400 Subject: [PATCH 1/2] Changing the height and width of the circle --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..214deff3c 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; + border-radius: 50%; + width: 500px; + height: 00px; } From ad4b4e9860675814eafa081b5183a8f109aeeb5a Mon Sep 17 00:00:00 2001 From: Styvensoft Date: Wed, 18 Jun 2025 22:04:47 -0400 Subject: [PATCH 2/2] Changing the heigh --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 214deff3c..b067a7e9e 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius: 50%; width: 500px; - height: 00px; + height: 500px; }