Windframe
Build Tailwind UIs that actually look good!
.jpg)
Check out our free templates made with AI and polished to perfection in Windframe
Get nowThe col-span-6 class makes an element span six columns in a grid layout.
The col-span-6 class makes an element span six columns in a grid layout. It adjusts the element's width accordingly.
<div class="rounded-t-md p-4 bg-indigo-50"> <div class="grid grid-cols-3 gap-4"> <div class="bg-indigo-500 text-white p-4 font-bold text-center">A</div> <div class="bg-indigo-500 text-white p-4 font-bold text-center">B</div> <div class="bg-indigo-500 text-white p-4 font-bold text-center col-span-6">C</div> <div class="bg-indigo-500 text-white p-4 font-bold text-center">D</div> </div></div>
Windframe is an AI visual editor for rapidly building stunning web UIs & websites