made changes to the style of the login, profile and register page
This commit is contained in:
parent
155ecf82b4
commit
92a2e24361
4 changed files with 79 additions and 14 deletions
|
|
@ -424,6 +424,42 @@ main {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.container1 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin: 0 auto;
|
||||
height: 500px;
|
||||
}
|
||||
.container2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin: 0 auto;
|
||||
height: 750px;
|
||||
}
|
||||
.container3 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin: 0 auto;
|
||||
height: 350px;
|
||||
background-color: #2e1e26;
|
||||
padding: 20px;
|
||||
}
|
||||
.container4 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin: 0 auto;
|
||||
height: 150px;
|
||||
background-color: #2e1e26;
|
||||
padding: 20px;
|
||||
}
|
||||
.footer-copyright {
|
||||
flex: none;
|
||||
width: 100%;
|
||||
|
|
@ -431,13 +467,42 @@ main {
|
|||
justify-content: center;
|
||||
}
|
||||
.register {
|
||||
height: 1000px;
|
||||
height: 1200px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
background-color: #3f2a34;
|
||||
}
|
||||
|
||||
.form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #2e1e26;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.nes-field {
|
||||
max-width: 400px;
|
||||
}
|
||||
.login {
|
||||
height: 1000px;
|
||||
height: 1200px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
background-color: #3f2a34;
|
||||
}
|
||||
.profile {
|
||||
height: 1200px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
background-color: #3f2a34;
|
||||
}
|
||||
.container .login {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue