or copy the code below and paste in your Notapad (Notepad is a text editing app. Search for notepad in your computer and open it)
. paste the code there and Then Save the notepad as Buttons.html to your documents folder.
.....
| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| <title>Buttons</title> |
| <link href="http://fonts.googleapis.com/css?family=Alegreya+Sans:400,700" rel="stylesheet" type="text/css"> |
| <link href="global.css" rel="stylesheet" type="text/css"> |
| <link href="your-styles.css" rel="stylesheet" type="text/css"> |
| </head> |
| <body> |
| <div class="buttons__wrapper"> |
| <a href="#" class="button button--1">Sign Up</a> |
| <a href="#" class="button button--2">Order</a> |
| <a href="#" class="button button--3">Start Chat</a> |
| <a href="#" class="button button--4">Add to Cart</a> |
| </div> |
| </body> |
| </html> |