Bootstrap making navigation bar

Source: Internet
Author: User

Bootstrap navigation bar groping for a long time, or the left and right will not be horizontal alignment, or the color is not the same, rookie finally fix, directly put the code here, and then directly with

<! DOCTYPE html><html lang="ZH-CN">  <head>    <meta charset="Utf-8">    <meta http-equiv="x-ua-compatible" content="Ie=edge" >    <meta name="viewport" content="Width=device-width, initial-scale=1 ">    <title></title>    <link href="css/bootstrap.min.css" rel="stylesheet" >  </head>  <body>    <nav class="NavBar navbar-default" role = "navigation" >  <div class="container">    <!--Brand and toggle get grouped for better mobile display --    <div class="Navbar-header">      <button type="button" class="Navbar-toggle collapsed"  Data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">        <span class="Sr-only">Toggle Navigation</span>        <span class="Icon-bar"></span>        <span class="Icon-bar"></span>        <span class="Icon-bar"></span>      </button>      <a class="Navbar-brand" href="#">KKK</a>    </div>    <div class="Collapse Navbar-collapse" id=" Bs-example-navbar-collapse-1 ">      <ul class="nav navbar-nav">        <li><a href="#">Home<span class="Sr-only"></span></a></li>      </ul>      <div class="Navbar-right">        <ul class="nav navbar-nav">        <li><a href="#">haha<span class="Sr-only"></span></a></li>        <li><a href="#">haha<span class="Sr-only"></span></a></li>      </ul>      </div>    </div>  </div></nav>    <script src="Js/jquery.min.js"></script>    <script src="Js/bootstrap.min.js"></script>  </body></html>

Look at the results.

Bootstrap making navigation bar

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.