91-9990449935 0120-4256464 |
Bootstrap Navigation BarA navigation bar is like a navigation header that is placed at the top of the page. You can collapse or extend it according to the screen size. You can create a standard navigation bar at the top of the page with with <nav class="navbar navbar-default">. See this example: Test it NowBootstrap Inverted Navigation BarInverted navigation bar provides an alternative black navbar. It can be used to style the default navigation bar by changing .navbar-default class into .navbar-inverse class . See this example: Test it NowBootstrap Navigation Bar with DropdownYou can also add dropdown menu with navigation bars. The following example adds a dropdown menu for the "page 1" button. See this example: Test it NowBootstrap Right-Aligned Navigation BarUse the .navbar-right class to right-align navigation bar buttons. In the following example, we add "Sign Up"and "Log in" button to the right in the navigation bar. See this example: Test it Now
Next TopicBootstrap Input Types
|