Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <h1>Golf Scorecard</h1>
  2.  
  3. <p class="score">
  4. You are at par
  5. </p>
  6.  
  7. <div class="button-container">
  8. <button data-offset="-1">▼</button>
  9. <span class="tooltip">Lower score</span>
  10. </div>
  11.  
  12. <div class="button-container">
  13. <div class="button" data-offset="1">▲</div>
  14. <span class="tooltip">Increase score</span>
  15. </div>
  16.  
  17. <footer>
  18. Triggering the button shouldn't have scrolled the page!
  19. </footer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement