From 7af1d5421f50914d703da75eee95b3f67b0873e2 Mon Sep 17 00:00:00 2001 From: Luke Olsen Date: Thu, 3 Oct 2024 13:56:09 -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..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 b19ec772b54b9d689d6e4e1bf6deacfebbbbc5f1 Mon Sep 17 00:00:00 2001 From: LO-2002-2024 Date: Tue, 8 Oct 2024 16:37:35 -0400 Subject: [PATCH 2/2] updated feature color with red --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..dd02fdcc6 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ .blue { background-color:blue } +.red { + background-color: red +} .circle{ border-radius:50%; width:500px;