Finish the secondary wheel

This commit is contained in:
2022-03-12 16:27:20 +01:00
parent 492dc0c535
commit ba5b21cb78
7 changed files with 4 additions and 4 deletions

BIN
Roulette2.kra Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 418 KiB

BIN
backroulette.png~ Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB

BIN
backrouletteshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

BIN
backrouletteshot.png~ Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -68,7 +68,7 @@
</div>
</div>
<div class="image">
<img src="backroulette.png">
<img src="backrouletteshot.png">
</div>
<div class="previous-results">
<ol class="previous-list">

View File

@@ -443,11 +443,11 @@ body {
}
.image{
position: relative;
right: 75px;
bottom: 450px;
right: 50px;
bottom: 417px;
}
.image img{
width: 140%;
width: 125%;
height: auto;
}
@-webkit-keyframes rotate {