SyntaxFix
Write A Post
Hire A Developer
Questions
You could make your blue div position: relative and then give the div.title position:absolute; and bottom: 0px
div
position: relative
div.title
position:absolute;
bottom: 0px
Here is a working demo.. http://jsfiddle.net/gLaG6/