From 0cadb3d7df4ed2f41e1cc08a2da8687821bd3949 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 10 May 2016 23:28:00 +0200 Subject: Add footer to html page --- css/craftmine.css | 12 ++++++++++++ index.xhtml | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/css/craftmine.css b/css/craftmine.css index c5d5d28..13580f3 100644 --- a/css/craftmine.css +++ b/css/craftmine.css @@ -35,6 +35,18 @@ .list-group > button { border-radius: 0; } +.footer { + background-color: #f5f5f5; + border-top: 1px solid #e5e5e5; + padding: 0.7em 0; + text-align: center; + width: auto; +} + +.footer p { + color: #777; + margin-bottom: 0; +} a { color: #5cb85c; } diff --git a/index.xhtml b/index.xhtml index 8ee8c52..7c32ee3 100644 --- a/index.xhtml +++ b/index.xhtml @@ -123,5 +123,15 @@ + + + + -- cgit v1.2.3-54-g00ecf