Is there a way to make two div
s have the same height, even though their content determines their individual heights? I am looking for a solution that doesn't involve using a table or a parent div
. I'm new to JavaScript, so I'm hoping there is a way to achieve this without it. Here is the jsfiddle (I want to adjust the height of div
C based on the height of div
A and vice versa).
<div class="a">
<brdsds><br><br><br><bdsdsr><br><br><br>ds<br>dsds<br>dsd
</div>
<div class="b">
dsdds
</div>
<div class="c">
dsdds
</div>