summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-07-31 16:08:19 +0200
committermarcellus <msimon_fr@hotmail.com>2023-07-31 16:08:19 +0200
commiteb642afd922cf1edd0dc977e1be49ee45c1d1a6f (patch)
tree812191b9945ae1ba997520ac54185d58de2bf234 /style.css
parentc0a2450b43156b7e03f26de42159c47428808e90 (diff)
feat: navbar
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 15 insertions, 0 deletions
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;