GETTING STARTED
CONTENT
UTILITIES
Menu

Height

You can browse this page to learn the height properties of the template.

In some cases, we need to check the height of the elements. Let's look at the height classes we have prepared for such cases.

Predefined height classes range from 10px to 600px. Increases by multiples of 10px. (10px, 20px, 30px etc.).

Examples

.h-20
.h-50
.h-80
.h-120
								
<div class="h-20">Content here.</div>
<div class="h-50">Content here.</div>
<div class="h-80">Content here.</div>
<div class="h-120">Content here.</div>