Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded-br-sm class in Tailwind CSS applies a small (sm) border-radius to the bottom-right corner of an element.
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.
<div class="rounded-br-sm">...</div>
<div class="bg-blue-500 text-white p-4 rounded-br-sm"> This box has a small bottom-right corner radius.</div>
Small Rounded Bottom-Right Corner
This box has a small bottom-right corner radius.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites