guest_worker/scanimation/interfaces/animation/style.css

21 lines
218 B
CSS
Raw Normal View History

2019-12-18 10:48:23 +01:00
: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;
}