2
I have a DIV content that includes another called Images, I would like div images to be at the bottom of div content with a certain space that I could define, ex: 400px, but this happens:
I’d like to keep it that way:
Code structure:
<div id="content">
<p>TEXTO TEXTO</p>
<div id="images"></div>
</div>