7 lines
106 B
CSS
7 lines
106 B
CSS
|
html, body {
|
||
|
height: 100%;
|
||
|
background: #202124;
|
||
|
margin: 0;
|
||
|
display: grid;
|
||
|
place-items: center;
|
||
|
}
|