mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
45 lines
750 B
CSS
45 lines
750 B
CSS
.menu {
|
|
margin: 4% 6% 0% 6%;
|
|
height: 99.5vh;
|
|
user-select: none;
|
|
}
|
|
|
|
.menu__content {
|
|
height: 70%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.menu__btn--home {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.menu__btns--gamemodes {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
|
|
.menu__content--gamemodes {
|
|
background: rgba(217, 217, 217, 0.12);
|
|
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
|
|
width: 90%;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.menu__content--gamemodes a {
|
|
padding: 20px 0px 20px 0px;
|
|
}
|
|
|
|
.menu__content--gamemodes {
|
|
display: flex;
|
|
text-align: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.menu__btn--settings {
|
|
position: absolute;
|
|
bottom: 0;
|
|
margin-bottom: 12px;
|
|
} |