Skip to content

Instantly share code, notes, and snippets.

@andygimma
Created November 28, 2013 21:02
Show Gist options
  • Save andygimma/7698053 to your computer and use it in GitHub Desktop.
Save andygimma/7698053 to your computer and use it in GitHub Desktop.
Bootstrap Jumbotron
<div class="jumbotron">
<div class="container">
<h1>Hello, world!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<p><a class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment