guest_worker/scanimation/interfaces/animation/style.css
Ruben van de Ven 3c6684dfca Add scanimation
2019-12-18 10:48:23 +01:00

20 lines
218 B
CSS

:root{
}
html, body{
background: black;
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
/* width: 100%; */
height: 100%;
overflow: hidden;
}
canvas{
background: #333;
width: 1920px;
height: 1422px;
}