From 65a8a14b101abf3246c8375f4a996fc9da912116 Mon Sep 17 00:00:00 2001 From: Annvea Chung Date: Tue, 4 Feb 2025 16:20:07 -0500 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..054ebbf33 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; + border-radius:50%; + width:500px; + height:500px; } From 58a4102008386fecb585165d1fe41cd53563fece Mon Sep 17 00:00:00 2001 From: Annvea Chung Date: Tue, 4 Feb 2025 16:45:42 -0500 Subject: [PATCH 2/2] adding red color feature --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 054ebbf33..eb1321b66 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,7 @@ width:500px; height:500px; } + +.red { + background-color:red + }