From acb6109b51b4517a9c1447604528366086c315dd Mon Sep 17 00:00:00 2001 From: gnieark Date: Wed, 9 Dec 2015 20:31:49 +0100 Subject: [PATCH] footer --- html/index.php | 1 + html/style.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index b0d00fc..82b8d45 100644 --- a/html/index.php +++ b/html/index.php @@ -199,6 +199,7 @@ if (isset($_POST['xd_check'])){ ?> diff --git a/html/style.css b/html/style.css index 24e6d30..302c7fa 100644 --- a/html/style.css +++ b/html/style.css @@ -28,12 +28,12 @@ header h1{ float: right; } -#menus{ +#menus, footer{ margin-left: 50px; width:100%; display: table; } -#menus a{ +#menus a, footer{ color: #fff; display: table-cell; text-decoration: none;