Ajout de la permière étape de l'overlay

This commit is contained in:
2022-03-12 10:21:06 +01:00
parent 7dc73a8da0
commit 492dc0c535
3 changed files with 20 additions and 1 deletions

BIN
backroulette.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -3,6 +3,12 @@
<head>
<meta charset="UTF-8">
<title>BreizhHardware Roulette à shot</title>
<style>
img {
height: 125%;
width: auto;
}
</style>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css'><link rel="stylesheet" href="./style.css">
</head>
@@ -61,6 +67,9 @@
</div>
</div>
</div>
<div class="image">
<img src="backroulette.png">
</div>
<div class="previous-results">
<ol class="previous-list">
<li class='visuallyhidden placeholder'>No results yet.</li>

View File

@@ -441,6 +441,15 @@ body {
transition: opacity 0.24s linear;
cursor: not-allowed;
}
.image{
position: relative;
right: 75px;
bottom: 450px;
}
.image img{
width: 140%;
height: auto;
}
@-webkit-keyframes rotate {
0% {
transform: rotateZ(0deg);
@@ -482,7 +491,7 @@ body {
}
.data .mask,
.data .result {
top: 0;
top: 0px;
right: 0;
bottom: 0;
left: 0;
@@ -520,6 +529,7 @@ body {
}
.previous-results {
max-width: 350px;
top: 100px;
margin: 24px 12px;
}
.previous-list {