I am struggling to place my background behind the jumbotron div, but no matter what I do, it always ends up appearing below the image instead of on top of it. Can someone please guide me on how to resolve this issue?
Note: I have a specific requirement where I need the background image source to only be present in my HTML file and not in the CSS file. Your help is greatly appreciated!
Here is the snippet of my code:
<div class="container-fluid" >
<img src='U_Thant_PIC_3.jpg' width='1400px' height='800px'/>
<div class="jumbotron jumbotron-fluid">
<center>
<h2 class="a">Cats are cool</h2>
</center>
</div>
</div>