Check out our free templates made with AI and polished to perfection in Windframe
Get nowrounded-br-sm: Tailwind CSS Border Radius class
The rounded-br-sm class in Tailwind CSS applies a small (sm) border-radius to the bottom-right corner of an element.
rounded-br-sm
The rounded-br-sm
class in Tailwind CSS applies a small (sm) border-radius to the bottom-right corner of an element. It’s useful when you want subtle rounding only on that specific corner, creating softer visual edges without fully rounding all corners.
Syntax
html
<div class="rounded-br-sm">...</div>
Example Code
html
<div class="bg-blue-500 text-white p-4 rounded-br-sm"> This box has a small bottom-right corner radius.</div>
Preview
Small Rounded Bottom-Right Corner
This box has a small bottom-right corner radius.
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
