<div class="white">
<div class="transparent">
----
</div>
<div class="content">
----
</div>
</div>
I am working with a parent div .white
that has a white background color. Inside this parent div, there are multiple children divs. My goal is to make the background color of the .transparent
div transparent. However, I am unable to move the transparent div outside of the parent .white
div. Can you assist me in achieving this?