How do I center the twitter bootstrap tabs on the page?

前端 未结 8 2081
我寻月下人不归
我寻月下人不归 2020-12-04 07:19

I\'m using twitter bootstrap to create togglable tabs. Here is the css I\'m using:

    &
8条回答
  •  死守一世寂寞
    2020-12-04 08:16

    ‌Bootstrap itself has a class for this regard named nav-justified. Simply add it like this:

    If you want to align center content of

  • as well, make its disply: inline-block.

提交回复
热议问题