Version 44

This commit is contained in:
2023-12-03 22:37:02 +01:00
parent ae96d63ab2
commit fad9967928
26 changed files with 1103 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
.menu-container{
position: absolute;
position: fixed;
top: 50px;
left: 50%;
transform: translate(-50%, -50%);
@@ -8,6 +8,7 @@
align-items: center;
justify-content: center;
font-family: 'Poppins';
z-index: 500;
}
.button{
position: relative;