Creating a website with an image positioned at the top below the navigation bar. Utilizing Bootstrap 4 and CSS for this project. To ensure that the image spans the full width of the screen on larger devices, I employed background-image. For mobile devices, I implemented
<div class="container-fluid">
<div class="row leftmargin-row"
<img src="images/1920 x 580 2.jpg" alt="child-pic"
class="img-responsive img-fluid">
</div>