From 5dd83412a3cd2705323836f7bb032d6a05db7cd3 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:50:25 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 8441676..f1399b2 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,7 @@ +body { + background: linear-gradient(45deg, red, blue); +} + #title { text-align: center; font-size: 2.5em; -- 2.39.5