html - bootstamp/ Change color of navBar -


i want change color of navaigation bar in boostamp (the color black).

i use next code:

<link href="bootstrap/css/bootstrap.css" rel="stylesheet"> <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet"> 

in body section:

<div class="navbar navbar-inverse navbar-fixed-top ">   <div class="navbar-inner"> 

what need add in order that? thanks.

you can change navbar-inverse navbar-success or navbar-info or navbar-warning or navbar-danger.

you can refer bootstrap colors these classes.

see here


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -