login

 avatar
unknown
css
2 years ago
226 B
2
Indexable
body {
    background-color: #B1DDC4;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    background-color: #fff;
    width: 294px;
    height: 611px;
}
Editor is loading...