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