From 3d99a4c15e0661df630dbaf7dddb5228cf044fe6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 16:40:39 -0700 Subject: move to examples dir --- examples/starter-template/index.html | 50 ++++++++++++++++++++++++++ examples/starter-template/starter-template.css | 7 ++++ 2 files changed, 57 insertions(+) create mode 100644 examples/starter-template/index.html create mode 100644 examples/starter-template/starter-template.css (limited to 'examples/starter-template') diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html new file mode 100644 index 000000000..08a277208 --- /dev/null +++ b/examples/starter-template/index.html @@ -0,0 +1,50 @@ + + + + + + + + + Starter Template for Bootstrap + + + + + + + + + + + + +
+ +
+

Bootstrap starter template

+

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

+
+ +
+ + + + + \ No newline at end of file diff --git a/examples/starter-template/starter-template.css b/examples/starter-template/starter-template.css new file mode 100644 index 000000000..4af7a6177 --- /dev/null +++ b/examples/starter-template/starter-template.css @@ -0,0 +1,7 @@ +body { + padding-top: 50px; +} +.starter-template { + padding: 40px 15px; + text-align: center; +} -- cgit v1.2.3 From 024e320e5c3cf1adce8404f87e7c0c746461b6e8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 17:39:37 -0700 Subject: hella examples fixing, mostly navbars and lots of work on grids example --- examples/starter-template/index.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'examples/starter-template') diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 08a277208..008125d14 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -9,7 +9,7 @@ Starter Template for Bootstrap - + @@ -19,13 +19,15 @@