2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Add a navbar-bottom example with a dropup inside.

This commit is contained in:
Johann-S
2017-08-22 23:16:24 +03:00
parent b6988714a1
commit 101129763c
3 changed files with 67 additions and 0 deletions
+7
View File
@@ -72,6 +72,13 @@ Taking the default navbar component and showing how it can be moved, placed, and
</a>
<p>Super basic template with a fixed top navbar along with some additional content.</p>
</div>
<div class="col-6 col-md-4">
<a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-bottom/">
<img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-bottom.jpg" alt="">
<h4>Bottom navbar</h4>
</a>
<p>Super basic template with a bottom navbar along with some additional content.</p>
</div>
</div>
## Custom components