I'm working on a website and most of my page have this structure :
<div class="row">
<div class="col-1-2">
<img>
</div>
<div class="col-2-2">
<p>Text</p>
</div>
</div>
I would like that the image of the first column was at the same height as the text in the second column.
Does anybody knows how can I do that ?
Thanks in advance ;)
P.S : sorry for the bad english