From 04154cabc53d66549f29ddf57b21e365db22c43f Mon Sep 17 00:00:00 2001 From: Logan <44881624+lwstraig@users.noreply.github.com> Date: Sun, 31 Aug 2025 03:50:35 -0700 Subject: [PATCH 1/3] Update style.css Change circle size from 300px -> 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 221f98577c6d05a76c61e46f86d964e9a4d8e702 Mon Sep 17 00:00:00 2001 From: Logan <44881624+lwstraig@users.noreply.github.com> Date: Sun, 31 Aug 2025 03:59:32 -0700 Subject: [PATCH 2/3] Change color to red --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e5b7463ec..5e24260cc 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:blue + background-color:red } .circle{ border-radius:50%; From fee89a981c800b1a52b38302ca724b8e31868726 Mon Sep 17 00:00:00 2001 From: Logan <44881624+lwstraig@users.noreply.github.com> Date: Sun, 31 Aug 2025 03:59:41 -0700 Subject: [PATCH 3/3] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5e24260cc..b09b7f489 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:300px; + height:300px; }