I want to know how to change the background-color of \'jumbotron\' class, it has a default background-color #eee in bootstrap.css.
background-color #eee
I tried to override by e
I put the jumbotron in a class and added background-color: black !important; to the header class in css.
background-color: black !important;