canvas-playground/main.css
Johanna Reichmann b87de3f8cc Added rotating triangles
Added triangles which are animated in combination with window.requestAnimationFrame and are drawn
directly to the canvas
2018-05-12 23:36:57 +02:00

8 lines
135 B
CSS

html, body, canvas {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
overflow: hidden;
background: black;
}