From f4f7bb6af57e40cad51000cd81fba37c3674c194 Mon Sep 17 00:00:00 2001 From: Francisco Date: Sat, 1 Feb 2025 02:21:52 -0500 Subject: [PATCH] adding red color feature --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..2358c25c8 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:500px; } +.red { + background-color:red + }