Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded-sm class in Tailwind CSS applies a small border-radius (0.125rem or 2px) to all four corners of an element.
The rounded-sm
class in Tailwind CSS applies a small border-radius (0.125rem or 2px) to all four corners of an element. It gives elements slightly rounded corners—subtle, but enough to soften hard edges without being too prominent.
<div class="rounded-sm">...</div>
<button class="bg-indigo-600 text-white px-4 py-2 rounded-sm"> Small Rounded Button</button>
This adds just a touch of roundness to the button, making it look slightly smoother than a sharp-cornered box.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites