From 8f3a8056e302d1b9b00b74ca1bd7d05272fc9ac9 Mon Sep 17 00:00:00 2001 From: Tanmay Parakar Date: Sun, 22 Jun 2025 16:04:50 -0400 Subject: [PATCH] Added bkg color --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..ac0ba8c7e 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:300px; height:300px; } +.red { + background-color:red + } \ No newline at end of file