From d55f0215d6c777da4d7b5a4d6510ad712a1aee2c Mon Sep 17 00:00:00 2001 From: Wes Bryie <93141203+WesleyBryie@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:17:41 -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 7a291e7..700de43 100644 --- a/styles.css +++ b/styles.css @@ -4,5 +4,6 @@ font-family: 'Nunito Sans', sans-serif; } #footer { - background-color: lightgray; + position:absolute; + bottom:0; } \ No newline at end of file