![]() |
VOOZH | about |
This class accepts more than one value in tailwind CSS in which all the properties are covered as in class form. It is the alternative to the CSS grid-auto-rows property. This class is used to specify the size for the rows of implicitly generated grid containers. This class is used to utilities to control the size implicitly-created grid rows.
Grid Auto Rows classes:
auto-rows-auto: It is the default value. The size is determined implicitly according to the size of the container.
Syntax:
<element class="auto-rows-auto">..</element>
Example:
Output:
👁 Imageauto-rows-min: It specifies the size depending on the smallest item in the container.
Syntax:
<element class="auto-rows-min">..</element>
Example:
Output:
👁 Imageauto-rows-max: It specifies the size depending on the largest item in the container.
Syntax:
<element class="auto-rows-max">..</element>
Example:
Output:
👁 Imageauto-rows-fr: It specifies the size in the range of [min, max] greater than or equal to min and less than or equal to max.
Syntax:
<element class="auto-rows-fr">..</element>
Example:
Output: