From c7507ea0c9ee1444ea288caec3bcaca908baa21d Mon Sep 17 00:00:00 2001 From: Jamelle Messinger Date: Wed, 25 Sep 2024 14:03:54 -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..f1eabf154 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500; + height:500; } From 55237b420652b98da0c5337a8a67f52fecccfdc5 Mon Sep 17 00:00:00 2001 From: Jamelle Messinger Date: Wed, 25 Sep 2024 14:16:21 -0400 Subject: [PATCH 2/2] Added the color red --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index f1eabf154..fd1037c10 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,7 @@ width:500; height:500; } + +.red { + background-color: red; +} \ No newline at end of file