css butons

This commit is contained in:
2023-11-27 13:52:24 +01:00
parent db6fbd215f
commit 6be6858de8
3 changed files with 63 additions and 29 deletions
@@ -69,6 +69,28 @@ header{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
clip-path: inset(0px -10px -10px -10px);
padding: 5% 10% 5% 5%;
.titre{
width: 100%;
position: relative;
::after{
position: relative;
left: 430px;
}
}
#user-login-form{
width: 70%;
display: flex;
flex-direction: column;
align-items: end;
}
ul{
width: 70%;
display: flex;
flex-direction: column;
li{
margin-bottom: 3rem;
}
}
}
}