CodeXzombie

html do botao

Aug 9th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Exemplo de botão</title>
  5.         <meta charset="utf-8">
  6.  
  7.         <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  8.         <link rel="stylesheet" href="btn.css">
  9.     </head>
  10.     <body>
  11.         <a href="http://medium.com/collabcode">Download Currículo</a>
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment