From 8e9d8a8ad85fbe826088c62dc3228d0f354f32bc Mon Sep 17 00:00:00 2001 From: Quinn McCarthy Date: Sun, 31 Aug 2025 13:15:53 -0700 Subject: [PATCH 1/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1a4e3b87..a74520c82 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; + width:500px; height:300px; } From 047e3b417cc7ec93c29c38e253880c23de7e43a8 Mon Sep 17 00:00:00 2001 From: Quinn McCarthy Date: Sun, 31 Aug 2025 13:19:17 -0700 Subject: [PATCH 2/2] Update style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index a74520c82..ca50f40a9 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:300px; } +red { +background-color:red +}