From 95fbbdd55064681a55da036e51b85666f8def63a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Jul 2014 09:05:21 -0700 Subject: [PATCH] new fixed navbar example --- docs/examples/navbar-top-fixed/index.html | 55 +++++++++++++++++++ .../navbar-top-fixed/navbar-top-fixed.css | 3 + 2 files changed, 58 insertions(+) create mode 100644 docs/examples/navbar-top-fixed/index.html create mode 100644 docs/examples/navbar-top-fixed/navbar-top-fixed.css diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html new file mode 100644 index 0000000000..4d65e4ca27 --- /dev/null +++ b/docs/examples/navbar-top-fixed/index.html @@ -0,0 +1,55 @@ + + + + + + + + + + + Fixed top navbar example for Bootstrap + + + + + + + + + + + + + +
+ + +
+ +
+
+

Navbar example

+

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

+ View navbar docs » +
+
+ + + + + + + + + diff --git a/docs/examples/navbar-top-fixed/navbar-top-fixed.css b/docs/examples/navbar-top-fixed/navbar-top-fixed.css new file mode 100644 index 0000000000..3207ab1779 --- /dev/null +++ b/docs/examples/navbar-top-fixed/navbar-top-fixed.css @@ -0,0 +1,3 @@ +body { + padding-top: 6rem; +}