From ad9076b896a70fc7aeec3615e389cc2b57c6e111 Mon Sep 17 00:00:00 2001 From: ElementOfDark <146140994+ElementOfDark@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:19:32 -0800 Subject: [PATCH] Added red color to style.css --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..c20fbc241 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,10 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; +} + +.red { + background-color:red }