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
861 B

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