Question from the Tailwind test

How to make a flexbox with 12 elements of the same size and have them fit in the window

Medium

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 3 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!