Is there a way to design a layout that automatically scales without relying on the height property? Currently, I'm using a float layout between two divs, as depicted in the image below. The issue arises when the content within these boxes varies in size, causing them to appear uneven. How can I ensure all boxes have equal heights without explicitly setting them?