From 4d1279560f5953f159e15480d1169913d08b9e7a Mon Sep 17 00:00:00 2001 From: Zabian Threatt <10990825@live.mercer.edu> Date: Wed, 11 Jun 2025 22:18:43 -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 3fc15eca76883fe78e8ce35379cf93950f5c0eaa Mon Sep 17 00:00:00 2001 From: Zabian Threatt <10990825@live.mercer.edu> Date: Wed, 11 Jun 2025 22:34:45 -0400 Subject: [PATCH 2/2] added color red --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..cb2403f1a 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,10 @@ .blue { background-color:blue } + +.red { + background-color: red +} .circle{ border-radius:50%; width:500px;