From f584f56460d5201351b8e180519d14ecc9c5553c Mon Sep 17 00:00:00 2001 From: Jaimie Bowen Date: Wed, 5 Feb 2025 16:31:00 -0500 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 4915a9388bd7b2900cad274cd44249d4af69c373 Mon Sep 17 00:00:00 2001 From: Jaimie Bowen Date: Wed, 5 Feb 2025 16:45:15 -0500 Subject: [PATCH 2/2] added a background color --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..08bf95646 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,7 @@ width:500px; height:500px; } +.red { + background-color:red + } + \ No newline at end of file