Bootstrap 4, bg-inverse not showing?

后端 未结 3 1485
野的像风
野的像风 2020-12-30 07:37

Trying to follow the navbar example in Bootstraps documentation, I have a problem where the background colour of the navbar doesn\'t get loaded.

3条回答
  •  庸人自扰
    2020-12-30 08:36

    I think you are using Bootstrap beta version. Use the Alpha version. It will solve the problem , they are not provide bootstrap 4 beta for the navbar-inverse bg-inverse

    bootstrap -v 4.0.0.alpha6

    
    
    
    
    
    

    look at this https://getbootstrap.com/docs/4.0/components/navbar/

    bootstrap@4.0.0-beta

    
    
    
    
    
    

    look at this https://getbootstrap.com/docs/4.0/components/navbar/

提交回复
热议问题