My HTML Code looks like this:
<div class="row align-items-center" style="margin: 0; padding: 0;">
<div class="col-4" style="background-color: red; margin: 0; padding: 2px;">
<a href="#"><button style="width: 100%;">Test</button></a>
</div>
<div class="col-4" style="background-color: red; margin: 0; padding: 2px;">
<img style="width: 100%;" src="resources/assets/images/square-test.png">
</div>
<div class="col-4" style="background-color: red; margin: 0; padding: 2px;">
<img style="width: 100%;" src="resources/assets/images/square-test.png">
<div>
</div>
This is how it currently appears...
https://i.sstatic.net/GtC7r.png
I am trying to ensure that the button height matches the other columns' width. Width 100% works fine, but what about the height?