Syntax

Min Height

Setting the minimum height of an element.

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

Overview

ClassDeclarations
min-h:sizemin-height: sizerem;
min-vhmin-height: 100vh;
min-h:fullmin-height: 100%;
min-h:fitmin-height: fit-content;
min-h:minmin-height: min-content;
min-h:maxmin-height: max-content;
min-h:screen-4xsmin-height: 22.5rem;
min-h:screen-3xsmin-height: 30rem;
min-h:screen-2xsmin-height: 37.5rem;
min-h:screen-xsmin-height: 48rem;
min-h:screen-smmin-height: 52.125rem;
min-h:screen-mdmin-height: 64rem;
min-h:screen-lgmin-height: 80rem;
min-h:screen-xlmin-height: 90rem;
min-h:screen-2xlmin-height: 100rem;
min-h:screen-3xlmin-height: 120rem;
min-h:screen-4xlmin-height: 160rem;

Conditionally apply

Apply styles based on different states using selectors and conditional queries.

<div class="min-h:full:hover min-h:full@sm min-h:full@dark min-h:full@print"></div>
Syntax
Max Width

Setting the maximum width of an element.

Syntax
Min Size

Style shorthand for setting the min-width and min-height of an element.

© Aoyue Design LLC.