Добавленно меню

This commit is contained in:
Bloody
2023-09-29 21:00:45 +07:00
parent e90e4f6c00
commit 4d1859cbc5
2 changed files with 69 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
.top_panel {
width: auto;
height: 87px;
@@ -44,4 +42,34 @@
margin-left: 8px;
margin-top: -86px;
margin-bottom: 4.5px;
}
.menu {
display: flex;
margin-left: 369px;
margin-top: -70.5px;
}
.main_div {
margin-left: 73px;
margin-top: 20px;
}
.other {
width: 91px;
height: 17px;
color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 18px;
font-weight: 700;
margin-left: 75px;
}
.bal {
width: 139px;
height: 48px;
border-radius: 9px;
background: #22252F;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}