Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded-t class in Tailwind CSS applies a border radius to the top-left and top-right corners of an element.
The rounded-t
class in Tailwind CSS applies a border radius to the top-left and top-right corners of an element. It’s useful for giving the top side of a box a smooth, rounded appearance—often seen in cards, modals, and tab components.
<div class="rounded-t">...</div>
<div class="bg-white shadow rounded-t p-4"> This box has rounded top corners.</div>
This box has rounded top corners.
Use rounded-t
to add consistent, smooth rounding to the top of elements, especially when styling containers, cards, or tab interfaces. It's a quick way to create polished, modern UI sections.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites