Bootstrap 4, bg-inverse not showing?

后端 未结 3 1491
野的像风
野的像风 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:37

    Bootstrap 4 doesn't have css classes navbar-inverse bg-inverse. You need to use combination of navbar-light bg-light or navbar-dark bg-darkwith nav component. For example:

提交回复
热议问题