frontender 3
This commit is contained in:
@ -21,6 +21,28 @@ body{
|
||||
background-color: #297177;
|
||||
}
|
||||
|
||||
.nav-bar-study{
|
||||
display: flex;
|
||||
background-color: #297177;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.nav-bar-study img{
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.nav-bar-study li{
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.nav-bar-study li :hover{
|
||||
color: #a0cfd2;
|
||||
}
|
||||
|
||||
|
||||
.login-a{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Reference in New Issue
Block a user