7 lines
132 B
CSS
7 lines
132 B
CSS
|
body {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
min-height: 100vh;
|
||
|
flex-direction: column;
|
||
|
}
|