12 lines
153 B
CSS
12 lines
153 B
CSS
|
.container {
|
||
|
display: flex;
|
||
|
height: 100vh;
|
||
|
}
|
||
|
|
||
|
.center-container {
|
||
|
text-align: center;
|
||
|
margin: auto;
|
||
|
width: 80%;
|
||
|
height: 100vh;
|
||
|
|
||
|
}
|