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.
|
|
|
body{
|
|
|
|
background-color: #03183a;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rouleau {
|
|
|
|
width: 4.1vw;
|
|
|
|
height: 3.4vw;
|
|
|
|
position: absolute;
|
|
|
|
top: 16.6vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cube {
|
|
|
|
width: 4.1vw;
|
|
|
|
height: 3.4vw;
|
|
|
|
position: relative;
|
|
|
|
transform-style: preserve-3d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cube__face {
|
|
|
|
position: absolute;
|
|
|
|
width: 4.1vw;
|
|
|
|
height: 3.4vw;
|
|
|
|
border: 2px solid #362730;
|
|
|
|
line-height: 3.4vw;
|
|
|
|
font-size: 1.5vw;
|
|
|
|
background-color: #c21121;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-weight: bold;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rouleau_1{
|
|
|
|
left: 42.65%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rouleau_2{
|
|
|
|
left: 47.05%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rouleau_3{
|
|
|
|
left: 51.5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tirette{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10;
|
|
|
|
margin-left: 30.6%;
|
|
|
|
transform-origin: 70% 58%;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
|
|
|
width: 42.4%;
|
|
|
|
}
|