второе сохранение

This commit is contained in:
2025-04-02 20:34:41 +03:00
parent b0e84cc334
commit bb68757acf
9 changed files with 311 additions and 16 deletions

View File

@@ -0,0 +1,53 @@
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
font-family: 'Nunito';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 100%;
text-align: center;
}
.container{
display: flex;
justify-content: space-between;
}
.menu {
margin: auto;
}
.menu a{
margin-right: 158px;
}
.login-button{
display: flex;
margin-top: 15px;
margin-right: 300px;
margin-bottom: 15px;
width: 116px;
height: 40px;
background-color: #242323;
align-items: center;
color: aliceblue;
padding-left: 39px;
}
.logo{
margin-bottom: 15px;
display: flex;
flex-direction: row;
margin-top: 15px;
margin-left: 300px;
gap: 4px;
width: 131px;
height: 48px;
flex: none;
order: 0;
flex-grow: 0;
align-items: center;
}