Check out our free templates made with AI and polished to perfection in Windframe
Get nowflex-row-reverse: Tailwind CSS Flex class
The flex-row-reverse class arranges flex items in a horizontal row, but reverses their order, aligning them from right to left.
flex-row-reverse
The flex-row-reverse class arranges flex items in a horizontal row, but reverses their order, aligning them from right to left.
Example Code
html
<div class="flex flex-row-reverse justify-center items-center p-5 text-white font-bold bg-indigo-100 rounded-t-md"> <div class="bg-indigo-500 p-4 m-2 rounded">Item 1</div> <div class="bg-indigo-500 p-4 m-2 rounded">Item 2</div> <div class="bg-indigo-500 p-4 m-2 rounded">Item 3</div></div>
Preview
Item 1
Item 2
Item 3
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
Start building stunning web UIs & websites!
