I need a header for my webpage that includes a greeting and uses an image as the background. How can I set it up so that the image serves as the background for the container-fluid, but adjusts with the text to ensure full responsiveness?
This is the header's content.
<!-- Welcome Message -->
<div class="container-fluid mr-auto">
<h1>Welcome</h1>
<p>
Welcome to the LuGy Bee Livestream page!
Here you can watch our little helpers at any time of day!
We, the P-Seminar "Experiencing Bees," hope you enjoy delving into the world of bees!
</p>
</div>
<!-- /Welcome Message -->
The image should expand to full width no matter the screen size.
Appreciate your assistance...