I am facing an issue with two tables that are floated:left to appear next to each other. I want to make table 2 the same height as table 1, so that the yellow background extends down to the bottom of table 1. Here is the current setup:
https://i.sstatic.net/iiycK.png
What I want it to look like:
https://i.sstatic.net/sVupi.png
I prefer not to set fixed pixel heights, as I need it to display consistently across different monitors and mobile devices.
Edit: I have decided to give the last row a longer height based on the answers provided. Thank you for your help.