Bien au dessus de Léandre et JL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

60 lines
1.4 KiB

.rouleau {
width: 4.1vw;
height: 3.4vw;
position: absolute;
top: 16.8vw;
}
#tirage {
display: flex;
justify-content: space-around;
margin: auto;
position: relative;
width: 42.4%;
}
.cube {
width: 4.1vw;
height: 3.4vw;
position: relative;
transform-style: preserve-3d;
/* transform: translateZ(-100px); */
/*transition: transform 1s;*/
}
.cube__face {
position: absolute;
width: 4.1vw;
height: 3.4vw;
border: 2px solid black;
line-height: 3.4vw;
font-size: 20px;
background-color: #e52800;
box-sizing: border-box;
font-weight: bold;
color: white;
text-align: center;
}
#rouleau_1{
left: 42.8%;
}
#rouleau_2{
left: 47.1%;
}
#rouleau_3{
left: 51.5%;
}
.cube__face--0 { transform: rotateX( 0deg) translateZ(74px); }
.cube__face--1 { transform: rotateX( 36deg) translateZ(74px); }
.cube__face--2 { transform: rotateX( 72deg) translateZ(74px); }
.cube__face--3 { transform: rotateX(108deg) translateZ(74px); }
.cube__face--4 { transform: rotateX(144deg) translateZ(74px); }
.cube__face--5 { transform: rotateX(180deg) translateZ(74px); }
.cube__face--6 { transform: rotateX(216deg) translateZ(74px); }
.cube__face--7 { transform: rotateX(252deg) translateZ(74px); }
.cube__face--8 { transform: rotateX(288deg) translateZ(74px); }
.cube__face--9 { transform: rotateX(324deg) translateZ(74px); }