Question from the Tailwind test

How to use the mix-blend-overlay property in Tailwind CSS

Medium

Given this code

<div class="w-fit h-fit rounded-full bg-green-500 p-4 mix-blend-overlay">
    <div class="rounded-full bg-red-500 w-24 h-24 mix-blend-overlay">
</div>
</div>

What color will be displayed?

Author: DamienStatus: Published(Update)Question not yet passed
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!