8 lines
103 B
CSS
8 lines
103 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
display: flex;
|
||
|
place-items: center;
|
||
|
min-width: 320px;
|
||
|
min-height: 100vh;
|
||
|
}
|