row-start-6: Tailwind CSS Grid class

The row-start-6 class positions the grid item to start at the sixth row in the layout.


row-start-6

The row-start-6 class positions the grid item to start at the sixth row in the layout.

Example Code

html
<div class="rounded-t-md p-4 bg-indigo-50 mt-12">
<div class="grid grid-rows-4 grid-flow-col gap-4">
<div class="bg-indigo-500 text-white p-4 font-bold text-center">A</div>
<div class="bg-indigo-500 text-white p-4 font-bold text-center">B</div>
<div
class="bg-indigo-500 text-white p-4 font-bold text-center row-start-6 row-end-2 flex justify-center items-center"
>
C
</div>
<div class="bg-indigo-500 text-white p-4 font-bold text-center">D</div>
<div class="bg-indigo-500 text-white p-4 font-bold text-center">E</div>
<div class="bg-indigo-500 text-white p-4 font-bold text-center">F</div>
</div>
</div>

Preview

A
B

C

D
E
F

Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs

Start building stunning tailwind UIs! 

Build from scratch or select prebuilt tailwind templates