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.
 
 
 

90 lines
1.3 KiB

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.65vw;
}
#rouleau_2{
left: 47.05vw;
}
#rouleau_3{
left: 51.5vw;
}
#tirette{
position: absolute;
z-index: 10;
margin-left: 58vw;
top: 3vw;
transform-origin: 70% 58%;
}
#tirage{
display: flex;
justify-content: space-around;
margin: auto;
position: relative;
width: 42.4vw;
}
#mise_input{
position: absolute;
top: 27vw;
left: 42vw;
width: 13vw;
height: 2vw;
border-radius: 20px;
border: none;
box-shadow: 0px 0px 37px black;
}
.overlay{
background-color: black;
opacity: 0.5;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
.overlay-container{
background-color: white;
width: 40vw;
height: 20vh;
}