Irgendwelche Vorschläge, wie er in der Mitte angezeigt werden kann wird es im Moment aber mit voller Höhe angezeigt?
Code: Select all
.c-login__wrapper {
justify-content: center;
height: 100vh;
display: flex;
background-color: pink;
padding: 5px;
}
.login-positioner {
display: flex;
justify-content: center;
align-items: center;
background-color: green;
padding: 5px;
width: 50%;
height: 100%;
}
.login {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: red;
padding: 5px;
}
.marketing-positioner {
display: flex;
justify-content: center;
align-items: center;
background-color: aqua;
padding: 5px;
width: 50%;
height: 100%;
}
.marketing {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: blue;
}
Code: Select all
First name:
Last name: