From 147b9a3f5b8663dae698049acc34d2a848198fe2 Mon Sep 17 00:00:00 2001 From: SneakyCatto Date: Thu, 27 Mar 2025 17:43:39 -0400 Subject: [PATCH 1/2] Bumped the width and height of the circle to 500px --- 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 a30632d8deb8f43a216d459b7d496c611b229167 Mon Sep 17 00:00:00 2001 From: SneakyCatto Date: Thu, 27 Mar 2025 17:55:00 -0400 Subject: [PATCH 2/2] changed the background color to red --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..ca272e391 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%;