I've been trying to make a two column full height page and I don't wish to use cards since there's going to be no images but a whole lot of text, links and buttons in the halves. I am not even sure if that is possible with Bootstrap columns but if there is a way kindly help by publishing the code for the same below. To be precise, the problem is that the columns are stuck at the top of the container and I am unable to stretch them to fill the entire page.
What I have right now:
<div class="container-xxl text-center" style="margin: 20px auto 20px auto;">
<div class="row">
<div class="col-lg text-bg-light">
</div>
<div class="col-lg text-bg-secondary">
</div>
</div>
</div>