From 331e3d40aa101f6cbbf10841e947b33269004284 Mon Sep 17 00:00:00 2001 From: erikWiniski Date: Sun, 26 Jan 2025 21:28:22 -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;