JOYEUXANNIVERSAIRE/styles.css
2026-02-18 16:09:19 +01:00

19 lines
265 B
CSS

body{
margin: 0;
background-image: url(images/hbdbachir.gif);
background-repeat:no-repeat;
background-position:50% -30%;
}
h1{
font-size: 18em;
}
canvas#scene{
position: absolute;
z-index: 10;
top:0;
left:0;
/* width: 100%;
height:100%; */
}