codepens/grid-icosahedron-refraction/dist/style.css

8 lines
132 B
CSS

body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
background: #f7f7fd;
}