Files
KeyNest/keynest/src/components/Header.css
2025-04-29 00:40:35 +03:00

57 lines
913 B
CSS

*{
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;
text-decoration: none;
}
.menu a{
margin-right: 158px;
text-decoration: none;
color: #242323;
}
.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;
}