From c2dcc74158c005dd12770f25be5a3d059dbc4efd Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Tue, 9 Jun 2015 00:35:51 +0200 Subject: [PATCH] Move footer to bottom --- css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 87588b0..303d43a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -63,9 +63,11 @@ body { } .footer { - text-align: center; margin-top: 20px; margin-bottom: 10px; + left: 40%; + bottom:0; + position: absolute; font-size: 0.7em; background: #ECECAC; color: black; -- 2.39.2