From c9571bcc49c63e3cb4c4ce5759ccdf9f5cd2d964 Mon Sep 17 00:00:00 2001 From: patrickmstevens Date: Fri, 3 Jan 2025 10:56:28 -0500 Subject: [PATCH 1/2] Changing height and width of 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 7bbd5bba6d85e9789508db5bbec0422109752ec3 Mon Sep 17 00:00:00 2001 From: Patrick Michael Stevens Date: Fri, 3 Jan 2025 16:10:53 +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; }