codepens/test-snowflake/dist/style.css

7 lines
106 B
CSS
Raw Normal View History

2023-10-06 23:12:53 +02:00
html, body {
height: 100%;
background: #202124;
margin: 0;
display: grid;
place-items: center;
}