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