From b4d6453a3c7025088cb71d249198069878881f0f Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 6 Aug 2016 21:50:00 +0200 Subject: Add a footer --- style.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 86f98a8..0bbcd73 100644 --- a/style.css +++ b/style.css @@ -3,10 +3,20 @@ ul { padding-left:0; } -.block { - float: left; - min-width: 20em; - width: 33%; +h2 { + padding-top: 1em; +} + +.footer { + font-size: 0.8em; + margin-top: 2em; + border-top: 1px solid black; + text-align: center; +} + +.footer p { + margin-bottom: 0px; + margin-top: 0px; } .clear { -- cgit v1.2.3