changed project structure, merged docker compose files

This commit is contained in:
2026-05-06 17:09:28 +02:00
parent 86b3cd38f4
commit 5c6b4c4b9d
52 changed files with 20 additions and 20 deletions
+27
View File
@@ -0,0 +1,27 @@
#navbar-main {
width: 100%;
height: 80px;
display: flex;
gap: 20px;
justify-content: center;
align-items: center;
border-bottom: 1px solid rgb(47, 168, 208);
position: fixed;
top: 0;
left: 0;
z-index: 10;
background: rgb(4, 0, 10);
}
.navbar-item {
text-decoration: none;
height: 80px;
width: 120px;
display: flex;
align-items: center;
justify-content: center;
}
.navbar-item:hover {
background-color: rgb(47, 168, 208);
}