+ Added Dashboard Navbar

+ Added Transitions
+ Added Shadows
+ Added LogIn Page
This commit is contained in:
Felix
2021-02-02 10:59:22 +01:00
parent 967ab2498d
commit 2aae141844
12 changed files with 102 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
.bg {
position: fixed;
background-color: #1D1D28;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
}