Windframe
Build Tailwind UIs that actually look good!
.jpg)
The flex-nowrap class prevents flex items from wrapping, keeping them on a single line.
The flex-nowrap class prevents flex items from wrapping, keeping them on a single line.
<div class="flex flex-nowrap items-center justify-center p-5 text-white font-bold"> <div class="bg-green-500 p-4 m-2 rounded">flex-nonwrap</div> <div class="bg-green-500 p-4 m-2 rounded">flex-nonwrap</div> <div class="bg-green-500 p-4 m-2 rounded">flex-nonwrap</div></div>Add the flex-nowrap class directly to your HTML element:
<div class="flex-nowrap"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply flex-nowrap at specific breakpoints:
<div class="sm:flex-nowrap md:flex-nowrap lg:flex-nowrap"> Responsive element</div>sm:flex-nowrap — applies from 640px and upmd:flex-nowrap — applies from 768px and uplg:flex-nowrap — applies from 1024px and upYou can extend or override this utility in your tailwind.config.js. See the Tailwind CSS documentation for details on customizing your theme.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
