From eb642afd922cf1edd0dc977e1be49ee45c1d1a6f Mon Sep 17 00:00:00 2001 From: marcellus Date: Mon, 31 Jul 2023 16:08:19 +0200 Subject: feat: navbar --- index.html | 5 +---- membres.html | 7 ++++++- style.css | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 1165b51..43997af 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,9 @@ -

Bienvenue sur le site des Running Gags !

+

Bienvenue sur le site des Running Gags !

-

Le groupe

- -

Nos dates

diff --git a/membres.html b/membres.html index cea632d..025715a 100644 --- a/membres.html +++ b/membres.html @@ -6,6 +6,12 @@ +

Membres du groupe

@@ -48,7 +54,6 @@
- diff --git a/style.css b/style.css index f489a85..3f04ec4 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,21 @@ body.index{ font-family: serif; } +nav{ + display: flex; + flex-direction: column; + justify-content: space-around; + position: fixed; + height: 100vh; + width: 9vw; + top:0; + left: 0; +} + +nav img{ + width: 100%; +} + .content{ padding: 5px; margin: auto; -- cgit v1.2.3