From e519ca795c6ce3b1bda9f4f7e00bcaf09c335c3c Mon Sep 17 00:00:00 2001 From: NobleAxolotl Date: Sun, 26 Jan 2025 21:08:42 -0800 Subject: [PATCH 1/3] Update style.css --- 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 bbdfcbeb58f6653f74f43f1f2ab8d6633df22d3a Mon Sep 17 00:00:00 2001 From: Jason Su <156534672+NobleAxolotl@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:30:18 -0800 Subject: [PATCH 2/3] Update style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..9c595520e 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ .blue { background-color:blue } +.red { + background-color:blue +} .circle{ border-radius:50%; width:500px; From d6ecc557f50ceeb0866b29d1e0d7cd0b2808284b Mon Sep 17 00:00:00 2001 From: Jason Su <156534672+NobleAxolotl@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:44:38 -0800 Subject: [PATCH 3/3] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9c595520e..737f49c7f 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ background-color:blue } .red { - background-color:blue + background-color:red } .circle{ border-radius:50%;