Check out our free templates made with AI and polished to perfection in Windframe

Get now

rows-end-8: Tailwind CSS Grid class

The row-end-8 class ensures that the grid item ends at the eighth row of the layout.


row-end-8

The row-end-8 class ensures that the grid item ends at the eighth row of the layout.

Example Code

html
<div class="rounded-t-md p-4 bg-indigo-50 mt-12">
<div class="grid grid-rows-3 grid-flow-col gap-4">
<div
class="bg-indigo-500 text-white p-4 font-bold text-center row-end-8 col-span-3"
>
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 ">C</div>
<div class="bg-indigo-500 text-white p-4 font-bold text-center">D</div>
</div>
</div>

Preview

A

B
C
D

Windframe is an AI visual editor for rapidly building stunning web UIs & websites

Start building stunning web UIs & websites!

Build from scratch or select prebuilt tailwind templates