0

I have two child elements inside of a parent container as shown:

<div class="row">
<div class="item">
    <p>Sup?</p>
    <p>Sup?</p>
    <p class="equal-height">Sup?</p>
    <p>Sup?</p>
</div>

<div class="item">
    <p>Sup?</p>
    <p class="equal-height">Sup?</p>
    <p>Sup?</p>
    <p>Sup?</p>
</div>
<div class="item">
    <p>Sup?</p>
    <p class="equal-height">Sup?</p>
    <p>Sup?</p>
    <p>Sup?</p>
</div>
<div class="item">
    <p>Sup?</p>
    <p>Sup?</p>
    <p>Sup?</p>
    <p class="equal-height">Wish that other guys was the same height as me</p>
</div>

I want that the text/image content in the class "equal-height" should have the same height of the largest text in either of the columns in the class "equal-height". I'm unable to figure out.

0 Answers0