Bootstrap - How to add a logo to navbar class?

后端 未结 7 1473
傲寒
傲寒 2021-02-08 19:08

I would like to add a logo to the top navbar within the navbar-brand. I would like it to scale with the viewport size so I\'m using img-responsive2 class.

It appear that

7条回答
  •  梦如初夏
    2021-02-08 19:41

    You can just display both the text and image as inline-blocks so that they dont stack. using floats like pull-left/pull-right can cause undesired issues so they should be used sparingly

    
      
      My Company
    
    

提交回复
热议问题