Links to Buttons – Set Up

Links to Buttons – Set Up

<!DOCTYPE html><html> <head>  <title>Turning Links Into Buttons - Demo File</title>  <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">  <style type="text/css">        </style> </head> <body>  <article>   <h1>Turning Links Into Buttons</h1>   <p>    Welcome to this demo on turning links into buttons. This demo accompanies the tutorial on    <a href="http://resource-centre.net/css3-tutorials/turning-links-into-buttons/">http://resource-centre.net/css3-tutorials/turning-links-into-buttons/</a>   </p>  </article>  <footer>   <p>    To see the full source code for this page, use the 'View Source' or 'View Page Source' function in your browser.   </p>   <p>    Happy Coding!   </p>  </footer> </body>   </html>
Comments are closed.