Control the direction of flex items
Flexbox direction controls which way items flow. Click a direction to watch the blocks rearrange.
<div class="flex flex-row gap-3"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> </div>