I am currently attempting to create a two-column full-height page without using cards. Instead, I want to include a significant amount of text, links, and buttons in both columns. I am uncertain if this is achievable with Bootstrap columns. If anyone knows a way to help, please share the code below. The issue I am facing is that the columns are fixed at the top of the container and I am struggling to expand them to occupy the entire page.
This is what I currently have:
<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>