rows-end-13: Tailwind CSS Grid class
The row-end-13 class ensures the grid item ends at the thirteenth row, often used in custom grid layouts.
row-end-13
The row-end-13 class ensures the grid item ends at the thirteenth row, often used in custom grid layouts.
Example Code
html
<div class="rounded-t-md p-4 bg-indigo-50 mt-12"> <div class="grid grid-cols-4 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 ">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 row-end-13" > E </div> <div class="bg-indigo-500 text-white p-4 font-bold text-center">F</div> <div class="bg-indigo-500 text-white p-4 font-bold text-center">G</div> <div class="bg-indigo-500 text-white p-4 font-bold text-center">H</div> <div class="bg-indigo-500 text-white p-4 font-bold text-center">I</div> <div class="bg-indigo-500 text-white p-4 font-bold text-center">J</div> </div></div>
Preview
A
B
C
D
E
F
G
H
I
J
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
