Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded class applies small rounded corners to an element.
The rounded-3xl class applies a very large rounding to all corners of the element, giving it a bold, curved appearance.
<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"> Very Large Rounded Corners</p> <div class="rounded-3xl bg-blue-500 p-4 w-32 text-white font-semibold"> rounded-3xl</div></div>
Very Large Rounded Corners
rounded-3xl
Windframe is an AI visual editor for rapidly building stunning web UIs & websites