From f401c20050383888a663d19eb0ced40e0dce6f7e Mon Sep 17 00:00:00 2001 From: FredjiiH Date: Tue, 7 Jan 2025 10:36:18 -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..2d0a1cff9 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height: 5p0px; } From 61094ec50b0174fa0e3da1d31307f187050d2b62 Mon Sep 17 00:00:00 2001 From: FredjiiH Date: Tue, 7 Jan 2025 10:42:19 -0500 Subject: [PATCH 2/2] corrected height --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 2d0a1cff9..b417bb844 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:500px; - height: 5p0px; -} + height: 500px; +} \ No newline at end of file