align to the bottom of the div [closed]
- by dole
I need to arange the value and the lorem ipsum text to the bottom of the div as in the following image, but everything I've tryed until now doesn't work.
My html looks like this:
<div class="product">
<span class="title">Lorem Ipsum</span>
<div class="values">
<span class="price">$29,225</span>
<span class="description">Lorem ipsum dolor sit amet, consectetur ...</span>
</div>
</div>