I have the following code:
<div style="height: 120px; background: none repeat scroll 0% 0% rgb(45, 144, 234); color: rgb(255, 255, 255); vertical-align: bottom;">
<div style="vertical-align: bottom; height: 120px;">
<h2 style="vertical-align: bottom; height: 120px;">text</h2>
</div>
</div>
I can't get the text to the bottom of the nested divs. I can't use padding-top or margin-top as I occasionally have text wrapping.
Can someone advice me?