I have 2 divs side by side. The first div contains text. The height of this div can vary, depending on how much text it contains.
The second div contains an image.
I would like the image to be the same height as the first div.
Is there a way to do that in css ?
I use bootstrap grid system. Both divs have the col-md-6 class.