club_info_yeahhh/oop/styles.css
2025-11-14 18:35:30 +01:00

14 lines
181 B
CSS

body{
margin: 0;
background-color: black;
}
canvas#scene{
position: absolute;
z-index: 10;
top:0;
left:0;
/* width: 100%;
height:100%; */
}