Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded class applies small rounded corners to an element.
The border-dashed class creates a dashed border style.
<div class="rounded-t-md flex items-center justify-center p-4"><div class="border-dashed border-2 border-indigo-500 p-4 text-gray-700"> Dashed</div></div>Dashed
Add the Border-dashed class directly to your HTML element:
<div class="Border-dashed"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply Border-dashed at specific breakpoints:
<div class="sm:Border-dashed md:Border-dashed lg:Border-dashed"> Responsive element</div>sm:Border-dashed — applies from 640px and upmd:Border-dashed — applies from 768px and uplg:Border-dashed — 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
