How to change the background-color of jumbrotron?

后端 未结 14 1196
遥遥无期
遥遥无期 2021-02-01 13:03

I want to know how to change the background-color of \'jumbotron\' class, it has a default background-color #eee in bootstrap.css.

I tried to override by e

14条回答
  •  囚心锁ツ
    2021-02-01 13:34

    You don't necessarily have to use custom CSS (or even worse inline CSS), in Bootstrap 4 you can use the utility classes for colors, like:

    ...

    And if you need other colors than the default ones, just add additional bg-classes using the same naming convention. This keeps the code neat and understandable.

    You might also need to set text-white on child-elements inside the jumbotron, like headings.

提交回复
热议问题