Skip to content

Commit

Permalink
Update game.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nishihere19 authored Apr 24, 2020
1 parent 132712f commit 57fd5bc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions game.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@
<td id="best_time_5_tuf" style="font-size: 20px; color: midnightblue; font-family: Comic Sans MS; text-align: right"></td></tr>
</table>
</div>
<audio controls loop id="ad" src="bensound-endlessmotion.mp3">

</audio>
<div class="game">

<input type="button" onclick="fnc();" id="st" value="START" style="background-color: darkslategray" "align-content: center" "font-size: 35px"><br>


<input type="button" onclick="fnc();" id="st" value="START" style="background-color: darkslategray" "align-content: center" "font-size: 35px">
<input type="button" onclick="play()" id="aud" value="ON" style="background-color: darkslategray" "align-content: center" "font-size: 35px">
<input type="button" onclick="pause()" id="aud" value="OFF" style="background-color: darkslategray" "align-content: center" "font-size: 35px"><br>
<input type="button" onclick="mod(id);" id="E" value="EASY" style="background-color: darkslategray" "font-size: 30px">
<input type="button" onclick="mod(id);" id="M" value="MEDIUM" style="background-color: darkslategray" "font-size: 30px">
<input type="button" onclick="mod(id);" id="H" value="HARD" style="background-color: darkslategray" "font-size: 30px">
Expand Down

0 comments on commit 57fd5bc

Please sign in to comment.