xxxxxxxxxx
44
html, body {
margin: 0;
padding: 0;
background-color: #1c1600;
width:100%;
height:100vh;
display:flex;
}
canvas {
display: block;
margin: auto;
}
#cercle {
position: fixed;
z-index:1000;
width:150px;
left:50px;
top:50px;
}
#triangle {
position: fixed;
z-index:1000;
width:150px;
right:50px;
top:50px;
}
#carre {
position: fixed;
z-index:1000;
width:150px;
left:50px;
bottom:50px;
}
#menu {
position: fixed;
z-index:1000;
width:150px;
right:50px;
bottom:50px;
}