Good afternoon. Please tell me how to place one div with reference to the other. For example, two diva
<div id="outer" style="width: 500px; height: 500px">
Inside this large block of div lies a smaller size
</div>
<div id="inner" style="width: 250px; height: 250px">
Little divas
</div>
The first obvious answer is to nest one div in another, but this is not possible.
Is there a way to bind the upper left corner of a small and a big Diva, and of admarginal small div to 25px and top left.
Options with pos: abs and pos: rel is not suitable. If you need to resize the screen to the binding remained.