Skip to content

Commit

Permalink
Adicionado score e botão restart game
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-lima committed Apr 27, 2020
1 parent 9bdeecd commit 4c91baf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions com-15-pares.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@ <h5 class="d-block d-md-none">Personagens Pica-Pau</h5>
</div>
<div class="col"></div>
</div>
<!-- Placar -->
<div class="row justify-content-center mt-2 mb-3">
<div class="container-score">
<div class="score btn-group" role="group">
<button class="btn btn-outline-warning" onclick="restartGame();" id="btn-restart" alt="Reiniciar jogo" title="Restart"><i class="fas fa-sync-alt" id="icon-restart"></i> Restart</button>
</div>
<div class="score btn-group" role="group">
<button type="button" class="btn btn-dark" id="txt-score" alt="Placar do jogo" title="Score">Score:</button>
<button type="button" class="btn btn-primary" id="score" alt="Placar do jogo" title="Score">0</button>
</div>
</div>
</div>
</div>

<!-- RODAPÉ -->
Expand Down

0 comments on commit 4c91baf

Please sign in to comment.