Bootstrap transparent navbar

后端 未结 7 1813
星月不相逢
星月不相逢 2021-02-05 15:23

I\'m trying to make the navbar transparent kinda like this. But I can\'t seem to get it to work. I\'ve added rga(0,0,0,0.5) on the navbar class.

7条回答
  •  醉酒成梦
    2021-02-05 16:03

    
    

    when use bg-light change style as following

    .bg-light {
        background-color: transparent!important;
    }
    

提交回复
热议问题