col-span-1: Tailwind CSS Grid class
The col-span-1 class ensures an item spans one column in a grid.
col-span-1
The col-span-1 class ensures an item spans one column in a grid.
Example Code
html
<div class="rounded-t-md p-4 bg-indigo-50"> <div class="grid grid-cols-2 gap-4"> <div class="bg-indigo-500 text-white p-4 font-bold text-center col-span-1">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!
