Created
May 26, 2015 20:14
-
-
Save AndrewEddy/bd515d44564709d99ee0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Awesome Landing Page</title> | |
| <link rel="stylesheet" type="text/css" href="css/style.css"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="nav-container"> | |
| <div class="nav-content"> | |
| <div class="col-3"></div> | |
| <div class="col-3"></div> | |
| <div class="col-3"></div> | |
| </div> | |
| </div> | |
| </div><!-- End Container --> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment