sidebar nav

This commit is contained in:
Janis
2022-12-19 01:24:25 +01:00
parent 8ac23deb65
commit 26f8683f69
7 changed files with 31 additions and 6 deletions

5
styles/Nav.module.scss Normal file
View File

@@ -0,0 +1,5 @@
.nav {
background-color: rgb(12, 12, 14);
height: 60px;
margin-bottom: 50px;
}