My goal is to create two columns with equal height, but with specified percentage widths.
One column needs to have vertically aligned text. I attempted to use display: table-cell, but struggled to set the width properly.
Here is an image demonstrating what I am aiming for: https://i.sstatic.net/9SCAx.png
Any suggestions or ideas on how to achieve this?