nice
This commit is contained in:
@ -1,16 +1,34 @@
|
||||
.login-div {
|
||||
.login {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
border: 1px solid green;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
max-width:100%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.login-right-div {
|
||||
.login-right {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
border: 1px solid blue;
|
||||
justify-content: center;
|
||||
margin-left: auto;
|
||||
margin-right: 5vw;
|
||||
margin-left: 5vw;
|
||||
}
|
||||
|
||||
.login-left {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
background-color: black;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
||||
.login-block {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user