changed design

This commit is contained in:
2026-04-29 23:05:44 +02:00
parent acda7e69c0
commit fe7d6221e9
7 changed files with 130 additions and 186 deletions
+8
View File
@@ -1,4 +1,12 @@
#navbar-main {
width: 90%;
height: 80px;
display: flex;
gap: 20px;
justify-content: center;
align-items: center;
background-color: rgb(33, 122, 194);
border: 1px solid black;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}