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.

52 lines
737 B

3 years ago
body{
background-color: #001a35;
}
3 years ago
.rouleau {
3 years ago
width: 4.1vw;
height: 3.4vw;
position: absolute;
top: 16.8vw;
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 black;
3 years ago
line-height: 3.4vw;
3 years ago
font-size: 1.5vw;
background-color: #e52800;
3 years ago
box-sizing: border-box;
3 years ago
font-weight: bold;
color: white;
text-align: center;
}
3 years ago
#rouleau_1{
left: 42.8%;
}
#rouleau_2{
left: 47.1%;
}
#rouleau_3{
left: 51.5%;
}
3 years ago
#tirage {
display: flex;
justify-content: space-around;
margin: auto;
position: relative;
width: 42.4%;
}