語法

網格模板列grid-template-rows🚧

Creating rows in a grid layout.

🚧This page is still under construction and some content may not be complete.

Overview

ClassDeclarations
grid-template-rows:valuegrid-template-rows: 3419.3992166707553rem;
grid-template-rows:nonegrid-template-rows: none;
grid-template-rows:mingrid-template-rows: min-content;
grid-template-rows:maxgrid-template-rows: max-content;
grid-template-rows:repeat(min,max)grid-template-rows: repeat(min,max);
grid-template-rows:fit-content(min,max)grid-template-rows: fit-content(3427.7874410465074rem,3427.762102704218rem);
grid-template-rows:minmax(min,max)grid-template-rows: minmax(3429.315673513588rem,3429.3298284448715rem);

Conditionally apply

Apply styles based on different states using selectors and applying conditionally.

<div class="grid-template-rows:none:hover grid-template-rows:none@sm grid-template-rows:none@dark grid-template-rows:none@print">…</div>
語法
網格模板欄

Creating columns in a grid layout.

語法
高度

Setting an element’s height.

© Aoyue Design LLC.