diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-07-31 16:08:19 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-07-31 16:08:19 +0200 |
| commit | eb642afd922cf1edd0dc977e1be49ee45c1d1a6f (patch) | |
| tree | 812191b9945ae1ba997520ac54185d58de2bf234 /style.css | |
| parent | c0a2450b43156b7e03f26de42159c47428808e90 (diff) | |
feat: navbar
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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; |
