From 3a03d86eaec6ff9d8ef4803da7d9406291a9bbc8 Mon Sep 17 00:00:00 2001 From: gnieark Date: Wed, 9 Dec 2015 21:37:47 +0100 Subject: [PATCH] css --- html/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/style.css b/html/style.css index b775926..06a665f 100644 --- a/html/style.css +++ b/html/style.css @@ -45,6 +45,8 @@ header h1{ background-color:#fff; } footer{ + clear: both; + position: relative; margin-top: -70px; height: 70px; display: block; @@ -76,6 +78,7 @@ footer a { text-align: right; } section{ + height: auto; border-bottom: 1px solid rgb(204, 204, 204); margin: 0 auto; overflow: hidden;