From 8cbd6a6cdf2a5ea9f65e1cbbd47db2beaf6b5f4a Mon Sep 17 00:00:00 2001 From: gnieark Date: Wed, 9 Dec 2015 20:40:03 +0100 Subject: [PATCH] css --- html/style.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/html/style.css b/html/style.css index eaf3908..b6fc8ac 100644 --- a/html/style.css +++ b/html/style.css @@ -28,12 +28,12 @@ header h1{ float: right; } -#menus, footer{ +#menus{ margin-left: 50px; width:100%; display: table; } -#menus a, footer a{ +#menus a{ color: #fff; display: table-cell; text-decoration: none; @@ -44,6 +44,18 @@ header h1{ color:#202020; background-color:#fff; } +footer{ +margin-top: -70px; + height: 70px; + display: block; + background-color: #f5f5f5; + color: #343638; + font-size: 11pt; + line-height: 15pt; + margin: 0; + overflow-x: hidden; +} + #languages{ float: right; text-align: right;