From c9a27f9f97842555bf63109eb99c396f7929cef4 Mon Sep 17 00:00:00 2001 From: NobleAxolotl Date: Sun, 26 Jan 2025 21:56:03 -0800 Subject: [PATCH] Update style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..0be086c8c 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ .blue { background-color:blue } +.red { + background-color:red +} .circle{ border-radius:50%; width:300px;