Hard
Given the code:
<div class="flex">
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
<div class="w-24 h-24 border-2"></div>
</div>
Which proposition(s) are true if the width of the window is less than the width of all the elements combined?
Author: DamienStatus: PublishedQuestion passed 12 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
2
How to set a background color with an opacity in Tailwind CSS4
What is the name of the Tailwind CSS SVG icon library?2
Override the media queries defined by default by Tailwind2
How to define a width of 100% in Tailwind CSS?3
How to align 3 divs horizontally in Tailwind CSS2
What is the role of the `container` class in Tailwind CSS?4
How to optimize scroll management in Tailwind CSS for a list of icons displayed horizontally?