How to change the background-color of jumbrotron?

后端 未结 14 1257
遥遥无期
遥遥无期 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:33

    The easiest way to change the background color of the jumbotron

    If you want to change the background color of your jumbotron, then for that you can apply a background color to it using one of your custom class.

    HTML Code:

    My Heading

    Lorem Ipsum is simply dummy text of the printing and typesetting industry.

    CSS Code:

    
    

提交回复
热议问题