This is my unique code
<body class="bodyTag h-100">
<div class="navbar">This Is My Navbar</div>
<div class=" d-flex bg-danger flex-column stretch ">
<div class="card-header" style=" background-color: #FF9933; width: 100%;">I am the header</div>
<div class="card-body stretch flex-fill" style="background-color: #ffff;"> I am the body, stretching until footer</div>
<div class="card-footer bottom-0 " style="background-color: #138808;">I am the footer at the bottom</div>
</div>
I want the footer to come at the end, fixed on the bottom. And based on it, the second white div must stretch until the footer.
In any resolution, Please help me with fixing the bottom so that only the footer is fixed at the bottom, but the second white div stretches until the footer.