frontender 3

This commit is contained in:
julian
2024-07-03 13:40:04 -03:00
parent 5837388f21
commit efd656a208
5 changed files with 68 additions and 37 deletions

View File

@ -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;