From c8b939c7e8e7478f43bd85267e97e2eab54eb900 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 18:22:44 +0100 Subject: [PATCH] Style Page Footer --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index e0b131b..23ba7cc 100644 --- a/css/style.css +++ b/css/style.css @@ -72,6 +72,10 @@ body { } .footer { width: 100%; + padding: 10px; + margin-top: 10px; + background-color: #404040; + color: #c0c0c0; display: block; clear: both; text-align: center;