Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Slider</title>
  5. </head>
  6. <body>
  7. <div class="container">
  8. <div class="block blockRed"> </div>
  9. <div class="block blockGreen"> </div>
  10. <div class="block blockBlue"> </div>
  11. <div class="block blockBrown"> </div>
  12. <div class="block blockYellow"> </div>
  13. </div>
  14. <div class="button-group">
  15. <button id="left" class="btn">⇦</button>
  16. <button id="right" class="btn">⇨</button>
  17. </div>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement