From e28c8ef19a1f0f4a941cae809273489a04db2289 Mon Sep 17 00:00:00 2001 From: Glen Smith Date: Tue, 12 Dec 2023 11:52:27 -0500 Subject: [PATCH] mess --- css/my.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/my.css b/css/my.css index f4b68dc..eb5a5de 100644 --- a/css/my.css +++ b/css/my.css @@ -44,3 +44,13 @@ section { width: 100%; height: 100%; } + +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: red; + color: white; + text-align: center; +} \ No newline at end of file