второе сохранение
This commit is contained in:
53
keynest/src/components/Header.css
Normal file
53
keynest/src/components/Header.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user