col-start-8: Tailwind CSS Grid class
The col-start-8 class starts the grid item at the eighth column of the grid layout.
col-start-8
The col-start-8 class starts the grid item at the eighth column of the grid 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-8 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!
