Archived
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?
0
Community EvaluationsNo one has reviewed this question yet, be the first!
2
What is the role of the `container` class in Tailwind CSS?1
How to define a width of 100% in Tailwind CSS?1
How to set a background color with an opacity in Tailwind CSS1
Create a red circle inside a green circle using Tailwind CSS3
What is the name of the Tailwind CSS SVG icon library?1
Override the media queries defined by default by Tailwind4
How to optimize scroll management in Tailwind CSS for a list of icons displayed horizontally?