Having trouble setting a background image for my jumbotron and nothing seems to be working.
I've double-checked that my CSS comes after Bootstrap's CSS, and I've even attempted changing the file path. The image is stored in the correct folder as well.
.jumbotron {
background-image: url(pepperonis.jpeg);
background-size: cover;
}
<div class="jumbotron">
<h1><strong> My Favorite Foods In The World</strong></h1>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</div>