mirror of
https://github.com/BreizhHardware/Roulette.git
synced 2026-01-18 16:37:39 +01:00
Ajout de la permière étape de l'overlay
This commit is contained in:
BIN
backroulette.png
Normal file
BIN
backroulette.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 98 KiB |
@@ -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>
|
||||
|
||||
12
style.css
12
style.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user