It is crucial for the parent absolute to be under child absolute. How can I resolve this issue using CSS?
The positions of both elements must remain absolute.
<div class="parent">
<div class="child">child</div>
</div>
<div class="parent">
<div class="child">child</div>
</div>