codepens/test-snowflake/dist/style.css

7 lines
106 B
CSS

html, body {
height: 100%;
background: #202124;
margin: 0;
display: grid;
place-items: center;
}