From 6b417703a1b5fd82afb04a27140864b34235339e Mon Sep 17 00:00:00 2001 From: MeganL314 Date: Wed, 19 Feb 2025 09:50:08 -0500 Subject: [PATCH 1/3] change height and width --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From 878120fa7282cb460cd7ae91d171e78c9ae77db7 Mon Sep 17 00:00:00 2001 From: MeganL314 Date: Wed, 19 Feb 2025 09:56:02 -0500 Subject: [PATCH 2/3] adding red color feature --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..cbc8a493d 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:500px; } +.red{ + background-color:red +} From 8c62d8feb0add8240f20f5749bba89f878704efd Mon Sep 17 00:00:00 2001 From: Megan Lynch <112108772+MeganL314@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:59:35 -0500 Subject: [PATCH 3/3] Update style.css --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index cbc8a493d..f18102fe7 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,4 @@ -.blue { - background-color:blue -} + .circle{ border-radius:50%; width:500px;