I would like to know if it is possible to flip the background image of a section that contains both a navbar and a row in Bootstrap 5. I am aware of using <<section class="bg-image" style="background-image:url('.....')">
<nav class=navbar>
......
</nav>
<div class="row">
.....
</div>
</section>