Currently working on a web project where I have a div named "page", housing two other divs - one on the left called "navigation" and the one on the right named "content". I am aiming to set the height of the "page" div to match the height of the tallest div, which may either be "navigation" or "content".
Need some guidance on how to achieve this? Thanks in advance!