Bootstrap 3导航栏两个不同的背景

时间:2015-03-09 14:55:11

标签: twitter-bootstrap twitter-bootstrap-3 navbar

如何自定义具有不同背景的bootstrap 3导航栏?

enter image description here

2 个答案:

答案 0 :(得分:0)

您可以将div设置为要自定义的内容,并在其中添加背景颜色。甚至是< li>自己。

您的一些代码会有所帮助。

答案 1 :(得分:0)

简单:只需制作2个宽度的div,让它们左右浮动+改变背景颜色

示例:

  

.left {   向左飘浮;   background-color:blue;}

     

.right {   漂浮:对;   背景色:银色; }

html:

> <div class="left">CONTENT GOES HERE</div> <div class="right">CONTENT
> GOES HERE</div>