From a4c836c9e8b99689a04a845353d5154ed27555d2 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Sat, 9 Apr 2022 12:55:13 +0200 Subject: [PATCH] footer + menu spacer --- assets/css/template.css | 22 ++++++++++++++++++---- info.php | 6 +++--- structure/footer.php | 11 +++++++++++ structure/template.php | 5 +++-- 4 files changed, 35 insertions(+), 9 deletions(-) diff --git a/assets/css/template.css b/assets/css/template.css index b5cd692..88701e6 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -44,11 +44,14 @@ main { float: left; } -#menu_space_bottom { - background-color: transparent; - position: relative; +.menu_space_bottom { + position: sticky; width: 100%; - padding-top: 13%; + opacity: 0; + left: 0; + bottom: 0; + padding: 0; + margin: 0; } a.link { @@ -72,4 +75,15 @@ a.linkmail { a.linkmail:hover { color: white; -webkit-text-stroke: 1px white; +} + +footer { + display: block; + background-color: rgba(255,255,255,0.3); + width: 60%; + margin-top: 30px; + margin-left: auto; + margin-right: auto; + padding: 50px; + font-size: 20px; } \ No newline at end of file diff --git a/info.php b/info.php index 7d462db..6b1afe8 100644 --- a/info.php +++ b/info.php @@ -15,7 +15,7 @@ ob_start(); // Start reading html


-

Pour les questions concernant la semaine, adresse-toi directement au Prez, il saura surement t'aider :

+

Pour les questions concernant la semaine, adresse-toi directement au Prez, il saura surement t'aider :


-

Pour des questions a propos du site :

+

Pour des questions a propos du site :