codepens/generative-voronoi-splodges.../dist/style.css

17 lines
205 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
canvas {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
body {
overflow-x: hidden;
background: #f0e9d9;
}