We will move in compliance with the arrangement of the elements in standard html projects from top to bottom. The first element that we study - the navigation bar.
For a review of this element read the information on the official site http://twitter.github.io/bootstrap/components.html#navbar . We will consider in more detail especially nav bar.
Bootstrap provides two basic colors of navbar light and inverted black. Here class to add if you need black navbar
.navbar-inverse
Also, if you want to fix the navigation at the top of the page when scrolling navigation that remained in place, apply the class class="navbar navbar-fixed-top" You can see a live example of a navigation on this site.
More examples: Static nav bar | Fixed nav bar
You can also fixed nav bar at the bottom of the active window to do this apply class class="navbar navbar-fixed-bottom"
Bootstrap menu adapted for mobile devices. On mobile devices, display links to navigate change, there is a drop down menu. To use it you need the following code
On mobiles and tablets.
When you click on the button - menu opens
When you create a one-page site with scrolling the screen when you click on a menu item, the default menu bootstrap remains open. To change this, use javascript(jQuery) code
<script>$('.nav-collapse .nav > li > a').click(function(){