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.
73 lines
1.0 KiB
73 lines
1.0 KiB
body{
|
|
background-color: #03183a;
|
|
margin: 0;
|
|
}
|
|
|
|
.rouleau {
|
|
width: 5vw;
|
|
height: 3.8vw;
|
|
position: absolute;
|
|
top: 20vw;
|
|
}
|
|
|
|
.cube {
|
|
width: 5vw;
|
|
height: 3.8vw;
|
|
position: relative;
|
|
transform-style: preserve-3d;
|
|
}
|
|
|
|
.cube__face {
|
|
position: absolute;
|
|
width: 5vw;
|
|
height: 3.8vw;
|
|
border: 2px solid #362730;
|
|
line-height: 3.8vw;
|
|
font-size: 1.5vw;
|
|
background-color: #c21121;
|
|
box-sizing: border-box;
|
|
font-weight: bold;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
#rouleau_1{
|
|
left: 41.3vw;
|
|
}
|
|
|
|
#rouleau_2{
|
|
left: 46.5vw;
|
|
}
|
|
|
|
#rouleau_3{
|
|
left: 51.7vw;
|
|
}
|
|
|
|
#tirette{
|
|
position: absolute;
|
|
z-index: 10;
|
|
left: 61vw;
|
|
top: 12vw;
|
|
width: 3.7vw;
|
|
transform-origin: 50% 97%;
|
|
}
|
|
|
|
#tirage{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
left: 25vw;
|
|
position: relative;
|
|
width: 50vw;
|
|
}
|
|
|
|
#mise_input{
|
|
position: absolute;
|
|
top: 33vw;
|
|
left: 42vw;
|
|
width: 13vw;
|
|
height: 2vw;
|
|
border-radius: 20px;
|
|
border: none;
|
|
box-shadow: 0px 0px 37px black;
|
|
|
|
}
|
|
|