Home › Forums › CSS › how to increase height of a floating element according to its parent? › Reply To: how to increase height of a floating element according to its parent?
January 26, 2017 at 6:46 am
#250545
Participant
display: table;
works as long as you use the correct display for child elements, which would be table-cells http://codepen.io/anon/pen/JErNeM
There are lots of other ways to achieve equal height columns – see here https://css-tricks.com/fluid-width-equal-height-columns/