Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>JS + CSS Clock</title>
  6. </head>
  7. <body>
  8. <p>A clock made with javascript and CSS</p>
  9.  
  10. <div class="clock">
  11. <div class="clock-face">
  12. <div class="hand hour-hand"></div>
  13. <div class="hand min-hand"></div>
  14. <div class="hand second-hand"></div>
  15. </div>
  16. </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement