0

I have the following code in my project, it has many child elements inside the column. when the text length inside the column changes, both aside elements are getting different height. How to set same height to the aside elements in the div using css?

<section class="table">
   <div>
     <aside class="column-one">
        <h4></h4>
     </aside>
     <aside class="column-two blue">
        <h4></h4>              
     </aside>
   </div>
</section>
TamilRoja
  • 165
  • 1
  • 1
  • 13
  • its not working in my case. – TamilRoja May 10 '19 at 09:26
  • I did a test, and the duplicated post answer works in your example: flex does keep the same height for both – Ancode May 10 '19 at 10:07

0 Answers0