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; +}