I have three boxes in a row with different content in each. They are not the same height. Is there an elegant solution that does not involve absolute positioning to dynamically produce the same height on every box
I would prefer not to use max-height because it is not dynamic for the future.