From 825b00356e2c8a0b0c050a3a10cd3cc39e5c86f5 Mon Sep 17 00:00:00 2001 From: ethanfrazier Date: Sun, 26 Jan 2025 21:23:25 -0800 Subject: [PATCH 1/2] 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 0f50ec042bb63cc027c6ec963ff84ba8ec77666c Mon Sep 17 00:00:00 2001 From: ethanfrazier Date: Sun, 26 Jan 2025 21:36:08 -0800 Subject: [PATCH 2/2] Update style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..22df742cc 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:300px; height:300px; } +.red { + background-color:red +}