@extends('_layouts.markdown', ['title' => 'Flex Direction']) @section('content')
Tailwind provides a comprehensive set of Flexbox utilities out of the box to make it easy for you to implement complex layouts without having to write any new CSS.
Use .flex-row to position flex items horizontally in the same direction as text:
Use .flex-row-reverse to position flex items horizontally in the opposite direction:
Use .flex-col to position flex items vertically:
Use .flex-col-reverse to position flex items vertically in the opposite direction: