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