Files
neon443.github.io/games/fancade/style.css
2024-09-28 10:26:25 +01:00

15 lines
174 B
CSS

* {
margin: 0;
padding: 0;
}
#fancade {
border: 0;
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}