Initial commit

This commit is contained in:
root
2023-04-27 14:46:18 +00:00
commit bbca1a86d1
35 changed files with 2418 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
nav {
position: fixed;
left: 0;
top: 0;
width: 230px;
background-color: #746CF5;
margin-right: 32px;
margin-top: 55px;
padding-top: 50px;
padding-left: 20px;
height: 80vh;
}
nav a {
display: block;
text-decoration: none;
color: white;
padding: 8px;
display: flex;
align-items: center;
}
nav img {
margin-right: 8px;
}
nav a:hover {
background-color: rgba(255, 255, 255, 0.1);
}