From 72064664537c45b4d53cf2ac43d8834e495331dc Mon Sep 17 00:00:00 2001 From: ferrauto Date: Tue, 12 Aug 2025 15:46:15 -0500 Subject: [PATCH 1/2] changed circle size --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..c8ddb9f05 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue; } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From bd1500a1b61b072e5774b89a3e74c2ac074b5779 Mon Sep 17 00:00:00 2001 From: ferrauto Date: Tue, 12 Aug 2025 15:56:03 -0500 Subject: [PATCH 2/2] Changed circle color to lighter tone --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c8ddb9f05..4c2fe4e58 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:blue; + background-color:rgb(179, 179, 255); } .circle{ border-radius:50%;