rounded-br-full: Tailwind CSS Border Radius class
The rounded-br-full class fully rounds the bottom-right corner of the element, making it a complete curve.
rounded-br-full
The rounded-br-full class fully rounds the bottom-right corner of the element, making it a complete curve.
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">Fully Rounded Bottom-Right Corner</p> <div class="rounded-br-full bg-blue-500 p-4 w-36 text-white font-semibold"> rounded-br-full</div></div>
Preview
Fully Rounded Bottom-Right Corner
rounded-br-full
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
