Files
clubinfo-2526/oop/styles.css
2025-11-07 17:04:06 +01:00

16 lines
155 B
CSS

body{
margin: 0;
}
h1{
font-size: 18em;
}
canvas#scene{
position: absolute;
z-index: 10;
top:0;
left:0;
/* width: 100%;
height:100%; */
}