From f16e08a1dca657b062e2d4184ff4f1360dc1b479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Hern=C3=A1ndez?= <93625401+estebanmhp@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:12:32 -0500 Subject: [PATCH] adding red color feature --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..b726f5871 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:300px; height:300px; } +.red { + background-color:red + }