From f953b18dc5bdc8e903ccaaf3cd53d33f1e1e2875 Mon Sep 17 00:00:00 2001 From: TechRunner Date: Fri, 17 Oct 2025 17:38:53 -0500 Subject: [PATCH] Added Background, text alignment, and color --- stylesheets/base.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index 8e15561..b8ddd31 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -1,3 +1,6 @@ body{ - background-color: black; -} \ No newline at end of file + background-image: url("/media/Art/EmptySpace.png"); + background-size: 9%; + color: rgb(57, 214, 253); + text-align: center; +}