From 9e169661f3ad4072c625ecd39675979aa42433e3 Mon Sep 17 00:00:00 2001 From: javisotieno Date: Sat, 12 Oct 2024 01:11:32 -0400 Subject: [PATCH 1/2] Changing the height and 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 1da30c0f1999b8b9ccb86d7ae367fde63ba063ea Mon Sep 17 00:00:00 2001 From: javisotieno Date: Sat, 12 Oct 2024 01:23:50 -0400 Subject: [PATCH 2/2] add red color --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 054ebbf33..e96055f4c 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:500px; } +.red { + background-color:red + }