Skip to content

Instantly share code, notes, and snippets.

@AndrewEddy
Created May 26, 2015 20:14
Show Gist options
  • Select an option

  • Save AndrewEddy/bd515d44564709d99ee0 to your computer and use it in GitHub Desktop.

Select an option

Save AndrewEddy/bd515d44564709d99ee0 to your computer and use it in GitHub Desktop.
<!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