diff options
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; |
