From c1d5a801b4bc66e3866f815be00e11d1b20d3539 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 24 Jun 2023 14:44:36 +0200 Subject: Adding upstream version 5.3.0+dfsg. Signed-off-by: Daniel Baumann --- site/content/docs/5.3/examples/navbars/index.html | 450 ++++++++++++++++++++++ 1 file changed, 450 insertions(+) create mode 100644 site/content/docs/5.3/examples/navbars/index.html (limited to 'site/content/docs/5.3/examples/navbars/index.html') diff --git a/site/content/docs/5.3/examples/navbars/index.html b/site/content/docs/5.3/examples/navbars/index.html new file mode 100644 index 0000000..4c903bb --- /dev/null +++ b/site/content/docs/5.3/examples/navbars/index.html @@ -0,0 +1,450 @@ +--- +layout: examples +title: Navbar Template +extra_css: + - "navbars.css" +--- + +
+ + + + + + + + + + + + + + + + + + +
+

Matching .container-xl...

+
+ + + +
+ + + + + + +
+
+
+

Navbar examples

+

This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a .container. For positioning of navbars, checkout the }}">top and }}">fixed top examples.

+

At the smallest breakpoint, the collapse plugin is used to hide the links and show a menu button to toggle the collapsed content.

+

+ }}" role="button">View navbar docs » +

+
+
+
+
+
-- cgit v1.2.3