From 197ff141d79d3e3b7b8bc6be96528727511adc14 Mon Sep 17 00:00:00 2001 From: Stuey Boy Date: Wed, 18 Jun 2025 10:58:51 -0400 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From aa76c2ca201791d4b84e6771e33e15521f2d0a88 Mon Sep 17 00:00:00 2001 From: mrsul24 Date: Wed, 18 Jun 2025 11:06:44 -0400 Subject: [PATCH 2/2] Changing the height and the width of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..d081e7f9b 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:400px; + height:400px; }