From b1518f86af377a6ac56e5c12c3a994756b676a4e Mon Sep 17 00:00:00 2001 From: aunsine <73420344+aunsine@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:36:49 +0200 Subject: [PATCH] Updated style by adding red color --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..c5df0b273 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:300px; height:300px; } +.red{ + background-color:red +}