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.

91 lines
1.3 KiB

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: 5vw;
height: 3.8vw;
3 years ago
position: absolute;
3 years ago
top: 20vw;
3 years ago
}
.cube {
3 years ago
width: 5vw;
height: 3.8vw;
3 years ago
position: relative;
transform-style: preserve-3d;
}
.cube__face {
position: absolute;
3 years ago
width: 5vw;
height: 3.8vw;
3 years ago
border: 2px solid #362730;
3 years ago
line-height: 3.8vw;
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: 41.3vw;
3 years ago
}
#rouleau_2{
3 years ago
left: 46.5vw;
3 years ago
}
#rouleau_3{
3 years ago
left: 51.7vw;
3 years ago
}
3 years ago
#tirette{
position: absolute;
z-index: 10;
3 years ago
left: 61vw;
top: 12vw;
width: 3.7vw;
transform-origin: 50% 97%;
3 years ago
}
#tirage{
3 years ago
display: flex;
justify-content: space-around;
3 years ago
left: 25vw;
3 years ago
position: relative;
3 years ago
width: 50vw;
}
#mise_input{
position: absolute;
3 years ago
top: 33vw;
left: 42vw;
width: 13vw;
height: 2vw;
border-radius: 20px;
border: none;
box-shadow: 0px 0px 37px black;
3 years ago
}
3 years ago
.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;
}