frontender 4

This commit is contained in:
julian
2024-07-04 13:45:42 -03:00
parent efd656a208
commit ad3c3f8e33
4 changed files with 18 additions and 14 deletions

View File

@ -47,6 +47,7 @@ body{
display: flex;
flex-direction: column;
align-items: center;
margin-right: 150px;
}
.log_in_form{
@ -66,10 +67,11 @@ body{
flex-direction: column;
align-items: center;
border-radius: 5px;
padding: 15px;
height: max-content;
max-width: 250px;
width: 400px;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.reg_form{
@ -80,8 +82,9 @@ body{
align-items: center;
padding: 15px;
height: max-content;
width: 300px;
text-align: center;
width: 400px;
height: max-content;
}
div > .reg_form{}
@ -205,7 +208,7 @@ div > .reg_form{}
.login-container{
display: flex;
justify-content: space-evenly;
justify-content: center;
margin-top: 50px;
align-items: flex-start;
}
@ -213,7 +216,7 @@ div > .reg_form{}
.welcome_text{
background-color: #a0cfd2;
width: 40%;
padding: 30px;
padding: 35px;
max-width: 500px;
font-size: 18px;
border-radius: 5px;