mirror of https://github.com/sundowndev/Detank.git
Add mute btn
parent
9a0df65f8f
commit
8498dfef64
|
@ -280,4 +280,18 @@ body{
|
|||
100%{
|
||||
transform: rotate(0deg) scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.mute{
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
background: url(../img/mute.png) no-repeat;
|
||||
background-position: 0px 0px;
|
||||
position: absolute;
|
||||
left: 15;
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
.mute-off{
|
||||
background-position: 0px -64px;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -30,6 +30,7 @@
|
|||
<a href="#" class="play hard">Pas facile</a>
|
||||
<img src="assets/img/tank.png" alt="tank">
|
||||
</div>
|
||||
<div id="mute" class="mute mute-off"></div>
|
||||
<div class="line line-1">
|
||||
<div class="col col-1"></div>
|
||||
<div class="col col-2"></div>
|
||||
|
|
Loading…
Reference in New Issue