Bootstrap - floating navbar button right

后端 未结 3 1738
甜味超标
甜味超标 2021-02-05 00:31

I\'m using the bootstrap navigation bar, but I want to float one of the buttons to the right instead of the left as it already is. Here\'s the HTML:

    
3条回答
  •  眼角桃花
    2021-02-05 01:16

    In bootstrap 4 use:

    This will push the navbar to the right. Use mr-auto to push it to the left, this is the default behaviour.

提交回复
热议问题