Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <div class="board"></div>
  2.  
  3. <a href="#!" class="btn">New Game</a>
  4.  
  5. <div class="endscreen"></div>
  6.  
  7. <!-- need to style the settings first -->
  8.  
  9. <!-- <div class="settings">
  10. <label for="boardSize">board size</label>
  11. <input id="boardSize" type="range" min="0" max="20">
  12.  
  13. <label for="tileSize">tile size</label>
  14. <input id="tileSize" type="range" min="10" max="100" step="10">
  15.  
  16. <fieldset>
  17. <input type="radio" id="easy" name="difficulty" value="0.1" class="difficulty">
  18. <label for="easy">Easy</label>
  19. <input type="radio" id="normal" name="difficulty" value="0.2" class="difficulty" checked>
  20. <label for="normal">Normal</label>
  21. <input type="radio" id="hard" name="difficulty" value="0.4" class="difficulty">
  22. <label for="hard">Hard</label>
  23. </fieldset>
  24. </div> -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement