12 lines
No EOL
226 B
CSS
12 lines
No EOL
226 B
CSS
body, html {
|
|
height: 100%;
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
color: #d9d9d9;
|
|
background-color: black;
|
|
|
|
font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
} |