From 4a63e141a7c8ce5508f1dc974a6dbb3e145ac295 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 27 Feb 2025 19:11:26 -0500 Subject: [PATCH] linked ../css/home.css, added grey background --- css/home.css | 4 ++++ html/home.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 css/home.css diff --git a/css/home.css b/css/home.css new file mode 100644 index 0000000..f3f0b58 --- /dev/null +++ b/css/home.css @@ -0,0 +1,4 @@ +body +{ + background-color: grey; +} diff --git a/html/home.html b/html/home.html index 263fb4e..99783dc 100644 --- a/html/home.html +++ b/html/home.html @@ -3,9 +3,9 @@ - + - +