From f401c20050383888a663d19eb0ced40e0dce6f7e Mon Sep 17 00:00:00 2001 From: FredjiiH Date: Tue, 7 Jan 2025 10:36:18 -0500 Subject: [PATCH 1/3] 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/3] 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 From 1c18600791a47dd98a1838244924c62fb64b78f2 Mon Sep 17 00:00:00 2001 From: FredjiiH Date: Tue, 7 Jan 2025 10:56:45 -0500 Subject: [PATCH 3/3] changed background color to red --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b417bb844..8419fdf4e 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,8 @@ border-radius:50%; width:500px; height: 500px; -} \ No newline at end of file +} + +.red { + background-color:red + } \ No newline at end of file