how can I blend two backgrounds of parent and child element only with css:
<div style="background:url(img1.jpg);">
<div style="background:url(img2.jpg); background-blend-mode:overlay;">
</div>
</div>
and this doesn't work...
I would like to blend bg -> img2 with bg -> img1
You need to use
mix-blend-mode:overlay, which blends each background with an alpha channel