Add mute btn

master
orphevs 2017-12-09 06:21:17 +01:00
parent 9a0df65f8f
commit 8498dfef64
3 changed files with 15 additions and 0 deletions

View File

@ -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;
}

BIN
assets/img/mute.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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>