Hard
Given the following code:
<div class="flex flex-wrap justify-end flex-row-reverse">
<div class="w-24 h-24 bg-gray-300"></div>
<div class="w-24 h-24 bg-gray-300"></div>
<div class="w-24 h-24 bg-gray-300"></div>
</div>
The gray blocks will be displayed...
Author: DamienStatus: PublishedQuestion passed 248 times
Edit
3
Community EvaluationsNo one has reviewed this question yet, be the first!
2
How to define a width of 100% in Tailwind CSS?2
Given an element with multiple background colors, which color will be used?2
How to set a background color with an opacity in Tailwind CSS4
How to optimize scroll management in Tailwind CSS for a list of icons displayed horizontally?2
Override the media queries defined by default by Tailwind5
What is the name of the Tailwind CSS SVG icon library?2
What is the role of the `container` class in Tailwind CSS?