Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded-br-full class fully rounds the bottom-right corner of the element, making it a complete curve.
The rounded-br-full class fully rounds the bottom-right corner of the element, making it a complete curve.
<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>Fully Rounded Bottom-Right Corner
rounded-br-full
Add the rounded-br-full class directly to your HTML element:
<div class="rounded-br-full"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply rounded-br-full at specific breakpoints:
<div class="sm:rounded-br-full md:rounded-br-full lg:rounded-br-full"> Responsive element</div>sm:rounded-br-full — applies from 640px and upmd:rounded-br-full — applies from 768px and uplg:rounded-br-full — applies from 1024px and upYou can extend or override this utility in your tailwind.config.js. See the Tailwind CSS documentation for details on customizing your theme.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
