From bd445467e7bf462827fdfde5c626ee7e538c778e Mon Sep 17 00:00:00 2001 From: MaxUpton <145073163+MaxUpton@users.noreply.github.com> Date: Sat, 25 Jan 2025 17:24:53 -0800 Subject: [PATCH] Update style.css color red --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..900977d64 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