From ebf8e3690013c319141b0deae6108337f174ded0 Mon Sep 17 00:00:00 2001
From: Hobinroodz <rayan.bouchallouf@epfl.ch>
Date: Sat, 1 Feb 2025 00:34:23 -0500
Subject: [PATCH] Added red color

---
 style.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/style.css b/style.css
index e5b7463ec..f95a2b334 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,6 @@
+.red {
+     background-color:red
+ }
 .blue {
 			background-color:blue
 }