col-start-2: Tailwind CSS Grid class
The col-start-2 class positions the grid item to start at the second column.
col-start-2
The col-start-2 class positions the grid item to start at the second column.
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-2 col-span-6" > A </div> </div></div>
Preview
A
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
