Using the Bootstrap 4 class 'h-100' to ensure equal height for all three columns, I encountered an issue where the buttons that were initially aligned to the bottom of each div are no longer in correct alignment. How can I maintain button alignment at the bottom while keeping the columns equal in height?
Before using h-100: https://i.sstatic.net/GoBT2.png
After applying h-100:
https://i.sstatic.net/hxndW.png
Snippet of my code:
<!-- CSS code snippets -->
<!-- HTML code snippets -->