col-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 a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
