/* Credit https://codepen.io/P3R0/pen/MwgoKv */ /*basic reset*/ * {margin: 0; padding: 0;} /*adding a black bg to the body to make things clearer*/ body {background: black;} canvas {display: block;}