clubinfo/oop copie/styles.css
2025-11-14 18:35:31 +01:00

27 lines
270 B
CSS

body{
margin: 0;
background-color: blue;
}
h1{
font-size: 18em;
}
canvas#scene{
position: absolute;
z-index: 10;
top:0;
left:0;
/* width: 100%;
height:100%; */
}
#animation {
background-repeat: no-repeat;
height: 102px;
width: 140px;
}