Windframe
Build Tailwind UIs that actually look good!
.jpg)
The w-24 class sets the element width to 6rem.
The w-24 class sets the element's width to 6rem.
<div class="flex justify-center items-center gap-2 p-3 rounded-t-md bg-indigo-50"><div class="w-24 bg-indigo-500 py-4 text-white font-bold rounded-lg px-4"> w-24</div></div>w-24
Add the w-24 class directly to your HTML element:
<div class="w-24"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply w-24 at specific breakpoints:
<div class="sm:w-24 md:w-24 lg:w-24"> Responsive element</div>sm:w-24 — applies from 640px and upmd:w-24 — applies from 768px and uplg:w-24 — 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
