Created
November 8, 2013 06:33
-
-
Save zilin/7367077 to your computer and use it in GitHub Desktop.
A Pen by Zilin Du.
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 5 | |
html(lang="en") | |
head | |
title Starter Template for Bootstrap | |
link(href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet") | |
body | |
.navbar.navbar-inverse.navbar-fixed-top | |
.container | |
.navbar-header | |
button.navbar-toggle(type="button" data-toggle="collapse" data-target=".navbar-collapse") | |
span.sr-only Toggle navigation | |
span.icon-bar | |
span.icon-bar | |
span.icon-bar | |
a.navbar-brand(href="#") Project name | |
.collapse.navbar-collapse | |
ul.nav.navbar-nav | |
li.active | |
a(href="#") Home | |
li | |
a(href="#about") About | |
li | |
a(href="#contact") Contact | |
.container | |
.starter-template | |
h1 Bootstrap starter template | |
p.lead Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document. | |
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
body { | |
padding-top: 50px; | |
} | |
.starter-template { | |
padding: 40px 15px; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment