From 7ab6ffe4d2c6f00c4b7d7fa6f5e0900adf85fdff Mon Sep 17 00:00:00 2001 From: Wes Bryie <93141203+WesleyBryie@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:17:45 -0500 Subject: [PATCH] use code from google :thumbsup: --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 700de43..faa84b1 100644 --- a/styles.css +++ b/styles.css @@ -5,5 +5,6 @@ } #footer { position:absolute; - bottom:0; + bottom:0; + background-color:lightgrey; } \ No newline at end of file