6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
} |