Windframe
Build Tailwind UIs that actually look good!
.jpg)
The py-9 class applies padding of 2.25rem (36px) to the top and bottom sides of an element.
The py-9 class applies padding of 2.25rem (36px) to the top and bottom sides of an element.
<div class="py-9 bg-red-500 text-white"> Vertical padding of 2.25rem</div>Vertical padding of 2.25rem
Add the py-9 class directly to your HTML element:
<div class="py-9"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply py-9 at specific breakpoints:
<div class="sm:py-9 md:py-9 lg:py-9"> Responsive element</div>sm:py-9 — applies from 640px and upmd:py-9 — applies from 768px and uplg:py-9 — 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
