From 9ae3c20171deb3474bdc59d7c44787613661e632 Mon Sep 17 00:00:00 2001 From: Zach Graham Date: Thu, 3 Aug 2023 21:40:39 -0500 Subject: [PATCH] Fix background --- css/artsey-tutor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/artsey-tutor.css b/css/artsey-tutor.css index ee5bbf8..489a786 100644 --- a/css/artsey-tutor.css +++ b/css/artsey-tutor.css @@ -1,3 +1,8 @@ +body { + background-color: antiquewhite; + height: 100%; +} + .navbar { background-color: steelblue; }