Bootstrap center navbar

前端 未结 4 1469
醉话见心
醉话见心 2021-01-23 15:30

im trying to center my navbar with no luck at all.. Anyone here knows how to center it?

Here\'s my code:

            
4条回答
  •  有刺的猬
    2021-01-23 15:44

    FIDDLE

    just a little fix to what @Fiskolin has done, if you want it to always be centered you should make sure that the UL will center all text by adding this to it.

    ul { text-align:center; }
    

提交回复
热议问题