![]() |
VOOZH | about |
This class accepts more than one value in tailwind CSS and all the properties are covered as in class form. It is the alternative of CSS grid-template-row property in CSS. It is used to set the number of rows and size of the rows of the grid, here we will do the same but for fast development of front-end. The number of rows is set by the number of values given to this class.
Grid Template Rows:
Syntax:
<element class="grid grid-rows-number"> Contents... </element>Example 1:
Output:
👁 ImageExample 2:
Output:
👁 Image