I have a DIV content that includes another call Images, I would like the div images to be at the bottom of the div content with a certain space that I could define, eg: 400px, however this happens:
Iwouldlikeittolooklikethis:
Codestructure:
<divid="content">
<p>TEXTO TEXTO</p>
<div id="images"></div>
</div>