rounded-b-xl: Tailwind CSS Border Radius class
The rounded-b-xl class applies extra-large rounding to the bottom-left and bottom-right corners.
Rounded-b-xl
The rounded-b-xl class applies extra-large rounding to the bottom-left and bottom-right corners
Example Code
html
<div class="flex flex-col justify-center items-center gap-2 p-3 rounded-t-md bg-blue-50"> <p class="text-gray-600 font-bold">Rounded bottom</p> <div class="rounded-b-xl bg-blue-500 p-4 w-36 text-white font-semibold"> rounded-b-xl</div></div>
Preview
Rounded bottom
rounded-b-xl
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
