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
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: