Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded-md class in Tailwind CSS applies a medium border-radius to all corners of an element
The rounded-md
class in Tailwind CSS applies a medium border-radius to all corners of an element. It offers a subtle but noticeable curve, often used in buttons, cards, inputs, and containers for a clean, modern look.
<div class="rounded-md">...</div>
<div class="bg-white p-4 shadow rounded-md"> This box has medium-rounded corners using Tailwind CSS.</div>
This box has medium-rounded corners using Tailwind CSS.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites