From 0acd396d1a9485315c51ea9cfd4dc0f88749df10 Mon Sep 17 00:00:00 2001 From: Ramaguru Radhakrishnan <7790256+ramagururadhakrishnan@users.noreply.github.com> Date: Sun, 17 Dec 2023 13:41:19 +0530 Subject: [PATCH] Update footer --- DApps/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DApps/css/style.css b/DApps/css/style.css index df3ad23..91546cb 100644 --- a/DApps/css/style.css +++ b/DApps/css/style.css @@ -67,7 +67,10 @@ body { footer { position: fixed; + left: 0; + bottom: 0; width: 100%; + text-align: center; background: #000; color: #fff; }