From 88db2b597018d3ba57a571d35ac4866c57bdbda9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:13:09 -0700 Subject: move jumbotron --- docs/components/jumbotron.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/components/jumbotron.md (limited to 'docs/components') diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md new file mode 100644 index 000000000..4c6bdb739 --- /dev/null +++ b/docs/components/jumbotron.md @@ -0,0 +1,27 @@ +
+

Jumbotron

+ +

A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

+
+
+

Hello, world!

+

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

+

Learn more

+
+
+{% highlight html %} +
+

Hello, world!

+

...

+

Learn more

+
+{% endhighlight %} +

To make the jumbotron full width, and without rounded corners, place it outside all .containers and instead add a .container within.

+{% highlight html %} +
+
+ ... +
+
+{% endhighlight %} +
-- cgit v1.2.3