mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.3 KiB
1.3 KiB
| extends | title |
|---|---|
| _layouts.markdown | Flex Containers |
Flexbox
Flex Containers
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.
Flex
Use .flex to create a block-level flex container:
@component('_partials.code-sample')
1
2
3
Inline flex
Use .inline-flex to create an inline flex container:
@component('_partials.code-sample')
1
2
3