From eb642afd922cf1edd0dc977e1be49ee45c1d1a6f Mon Sep 17 00:00:00 2001 From: marcellus Date: Mon, 31 Jul 2023 16:08:19 +0200 Subject: feat: navbar --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'style.css') 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