Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Title of the document</title>
  5. <style>
  6. .button {
  7. background-color: #1c87c9;
  8. border: none;
  9. color: white;
  10. padding: 20px 34px;
  11. text-align: center;
  12. text-decoration: none;
  13. display: inline-block;
  14. font-size: 20px;
  15. margin: 4px 2px;
  16. cursor: pointer;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <a href="https://www.w3docs.com/" class="button">Click Here</a>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement