5 lines
81 B
CSS
5 lines
81 B
CSS
|
.container {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
height: 100vh;
|
||
|
}
|