From 5501e43adf3a432c1ac07d2d9c8e2f0e22908ff0 Mon Sep 17 00:00:00 2001 From: mgendere Date: Mon, 14 Jul 2025 12:27:05 -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..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 4a00320cbdc7630632ab2d1368631904f482b52a Mon Sep 17 00:00:00 2001 From: mgendere Date: Mon, 14 Jul 2025 12:58:14 -0400 Subject: [PATCH 2/2] Added red background color --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 5eff7a5ed..0007fe8c6 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:00px; } +.red { + background-color:red +} \ No newline at end of file