7 lines
95 B
CSS
7 lines
95 B
CSS
.center {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 90vh;
|
|
}
|