I have a container div like this:-
<div class="container">
<div class="parent"></div>
<div class="child"></div>
</div>
I want to overlay the child div like this But without touching the parent div css. How can I achieve this. I'll appreciate any kind of suggestions.