From a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Dec 2013 22:47:03 -0800 Subject: Rearrange repository contents because muahahahahahaha --- docs/examples/starter-template/index.html | 68 ++++++++++++++++++++++ .../examples/starter-template/starter-template.css | 7 +++ 2 files changed, 75 insertions(+) create mode 100644 docs/examples/starter-template/index.html create mode 100644 docs/examples/starter-template/starter-template.css (limited to 'docs/examples/starter-template') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html new file mode 100644 index 000000000..25392c4dc --- /dev/null +++ b/docs/examples/starter-template/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + + 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.

+
+ +
+ + + + + + + + diff --git a/docs/examples/starter-template/starter-template.css b/docs/examples/starter-template/starter-template.css new file mode 100644 index 000000000..4af7a6177 --- /dev/null +++ b/docs/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