How to evenly space Navbar elements in Bootstrap 4

后端 未结 1 841
忘了有多久
忘了有多久 2021-02-19 16:04

Building a bootstrap naviation for website.

I\'m having some trouble working out how best to space out the nav link elements on my navbar (and continue to look good for

1条回答
  •  旧时难觅i
    2021-02-19 16:42

    Use the .nav-fill to equally space the items, and w-100 (width:100%) class to make it full width...

    https://www.codeply.com/go/djlHAC3uux

    
    

    http://getbootstrap.com/docs/4.0/utilities/sizing/

    0 讨论(0)
提交回复
热议问题