From 7892865b3f1b3a5d625b5635fbe2f4c14c4255ad Mon Sep 17 00:00:00 2001 From: Wyatt Shafer Date: Mon, 25 Apr 2022 18:00:27 +0000 Subject: [PATCH 1/2] Changing the height and width of the circle Signed-off-by: Wyatt Shafer --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..377a89c97 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500; + height:500px; } From 7e37f681cdecc7a7bab89fec16be2fbcdb261199 Mon Sep 17 00:00:00 2001 From: Wyatt Shafer Date: Mon, 25 Apr 2022 18:07:06 +0000 Subject: [PATCH 2/2] adding red eature color Signed-off-by: Wyatt Shafer --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 377a89c97..ab03d9d87 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500; height:500px; } +.red{ + background-color: red; +}