Skip to content

Height

Sizing

The height property defines the height of the element.

Class Properties
wpex-h-0
height: 0;
wpex-h-auto
height: auto;
wpex-h-100
height: 100%;
wpex-max-h-100
max-height: 100%;
wpex-h-screen
height: 100vh;
wpex-max-h-screen
max-height: 100vh;
wpex-h-fit
height: fit-content;
wpex-h-max
height: max-content;
wpex-h-min
height: min-content;
wpex-h-svh
height: 100svh;
wpex-h-lvh
height: 100lvh;
wpex-h-dvh
height: 100dvh;
Search