Check out our free templates made with AI and polished to perfection in Windframe
Get nowcol-start-12: Tailwind CSS Grid class
The col-start-12 class positions the grid item to start at the twelfth column of the layout.
col-start-12
The col-start-12 class positions the grid item to start at the twelfth column of the layout.
Example Code
html
<div class="rounded-t-md p-4 bg-indigo-50"> <div class="grid grid-cols-12 gap-4"> <div class="bg-indigo-500 text-white p-4 font-bold text-center col-start-12 col-span-6" > A </div> <div class="bg-indigo-500 text-white p-4 font-bold text-center col-span-6" > B </div> <div class="bg-indigo-500 text-white p-4 font-bold text-center col-span-6" > C </div> </div></div>
Preview
A
B
C
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
Start building stunning web UIs & websites!
