From 367f3db15c99bef8bc1ad508b40245cadfec4aee Mon Sep 17 00:00:00 2001 From: Heiner Peuser Date: Fri, 26 Feb 2016 21:36:39 +0100 Subject: [PATCH] Added footer --- html/css/style.css | 8 ++++++++ html/index.html | 3 +++ 2 files changed, 11 insertions(+) diff --git a/html/css/style.css b/html/css/style.css index 0a42bd1..3907558 100644 --- a/html/css/style.css +++ b/html/css/style.css @@ -27,6 +27,14 @@ border-bottom: 1px solid #e5e5e5; } +footer { + display: block; + margin-left: auto; + margin-right: auto; + margin-top: 50px; + margin-bottom: 50px; +} + @media (min-width: 768px) { .container { max-width: 730px; diff --git a/html/index.html b/html/index.html index e413dc4..d1dc488 100644 --- a/html/index.html +++ b/html/index.html @@ -91,6 +91,9 @@
+