From 5e4965f5c99cb859148e77c15cfafa07b6102602 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 21 Sep 2024 23:36:39 -0400 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 f240b463f303c4684c2482362f3993fe6be84bf0 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 21 Sep 2024 23:47:45 -0400 Subject: [PATCH 2/2] adding red color feature --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 054ebbf33..770fcea75 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%;