Skip to content

Commit

Permalink
Place play again button under board
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Dec 5, 2023
1 parent 4834d7c commit 4772803
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ <h2>Who are you?</h2>
<!-- Message/button area during game-->
<section id="game-msg">
<div id="msg-win"><h2>Let's play!</h2></div>
<div class="btn">
<button id="lets-play-button"></button>
</div>
</section>

<!-- Player information-->
Expand Down Expand Up @@ -98,6 +95,12 @@ <h2>Roboto</h2>
</div>
</section>

<section>
<div class="btn" id="play-again-btn">
<button id="lets-play-button"></button>
</div>
</section>

<script src="assets/js/script.js"></script>
</body>

Expand Down

0 comments on commit 4772803

Please sign in to comment.