changed design, added dockerfile

This commit is contained in:
2026-05-02 22:45:03 +02:00
parent d801d6d59d
commit 8c49ac0066
9 changed files with 74 additions and 46 deletions
-14
View File
@@ -1,14 +0,0 @@
* {
box-sizing: border-box;
}
.menu-bar {
position: absolute;
top: 0;
left: 0;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}