ctrl-c/matrix.css

8 lines
200 B
CSS
Raw Permalink Normal View History

2021-01-20 21:46:23 +00:00
/* 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;}