From 1d63e8e2674afd7b7439f0d6804090d56cc44fbf Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Sun, 27 Dec 2020 17:54:49 +0100 Subject: [PATCH] Added footer --- home/static/css/style.css | 11 +++++++++-- home/templates/home.html | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/home/static/css/style.css b/home/static/css/style.css index b804ad9..22b4f59 100644 --- a/home/static/css/style.css +++ b/home/static/css/style.css @@ -18,8 +18,6 @@ header { display: flex; background-color: var(--color_bg_1); border-bottom: 5px solid var(--color_bg_2); - margin: 0px; - border-top: 0px; align-items: center; padding: 0px 40px 0px 40px; } @@ -96,4 +94,13 @@ main p { main a:link { text-decoration: underline; color: rgb(62, 62, 255); +} + +footer { + color: white; + display: flex; + background-color: var(--color_bg_1); + border-top: 5px solid var(--color_bg_2); + align-items: center; + padding: 0px 40px 0px 40px; } \ No newline at end of file diff --git a/home/templates/home.html b/home/templates/home.html index eaf1ec5..85229eb 100644 --- a/home/templates/home.html +++ b/home/templates/home.html @@ -42,5 +42,9 @@ </main> + <footer> + logos, liens... + </footer> + </body> </html> \ No newline at end of file -- GitLab