flex-row: Tailwind CSS Flex class

The flex-row class arranges flex items in a horizontal row, with items aligned from left to right by default.


flex-row

The flex-row class arranges flex items in a horizontal row, with items aligned from left to right by default.

Example Code

html
<div class="flex flex-row justify-center items-center p-5 text-white font-bold bg-blue-100 rounded-t-md">
<div class="bg-blue-500 p-4 m-2 rounded">Item 1</div>
<div class="bg-blue-500 p-4 m-2 rounded">Item 2</div>
<div class="bg-blue-500 p-4 m-2 rounded">Item 3</div>
</div>

Preview

Item 1
Item 2
Item 3

Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs

Start building stunning tailwind UIs! 

Build from scratch or select prebuilt tailwind templates