From 7596feb08834f16b4ad012f4c6c8a1c8f83443f2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 4 Dec 2015 12:36:16 +0100 Subject: [PATCH] [enh] add a footer --- materialize/css/style.css | 21 +++++++++++++++++++++ templates/example.html | 7 +++++++ 2 files changed, 28 insertions(+) diff --git a/materialize/css/style.css b/materialize/css/style.css index 57823c9..5d46003 100644 --- a/materialize/css/style.css +++ b/materialize/css/style.css @@ -103,3 +103,24 @@ body { letter-spacing: 2px; font-size: 11px; } + +footer { + padding-top: 7em; + text-align: center; + position: relative; + font-family: serif; + color: #555; +} + +footer hr { + width: 6%; + margin-bottom: 2em; + color: #BBB; +} + +footer a { + text-decoration: none; + font-weight: 600; + font-family: sans-serif; + color: #111; +} diff --git a/templates/example.html b/templates/example.html index 14209b7..a04669b 100644 --- a/templates/example.html +++ b/templates/example.html @@ -37,5 +37,12 @@ + +

.

+ +