Memory Usage

32.3%
8,6,5,9,8,4,9,3,5,9

CPU Usage

140.05
4,3,5,7,12,10,4,5,11,7

Disk Usage

82.02%
1,2,1,3,2,10,4,12,7

Daily Traffic

62,201
3,12,7,9,2,3,4,5,2

IMG_43445

JPG Image

1.2mb

VID_6543

MP4 Video

24.8mb

Tax_Form

Word Document

5.5mb

Getting_Started

PDF Document

12.7mb

Introduction

PDF Document

7.7mb

IMG_43420

JPG Image

2.2mb

IMG_43447

JPG Image

3.2mb

VID_6545

AVI Video

14.8mb

Secret_Document

Word Document

4.5mb

+ Add Event

Position Utilities

Use position utilities to quickly set a position of an element.

You can set a position to an element instantly by using the following utilities classes.

Class Value
.pos-relative Set a relative position to an element.
.pos-absolute Set an absolute position to an element.
.pos-fixed Set a fixed position to an element.
.pos-static Set a static position to an element.

You can set a top,right,bottom and left position to an element using the following utilities classes.

<div class="pos-absolute t-20 r-0"></div>
Class Value
.t-[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)
.r-[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)
.b-[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)
.l-[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)

You can set a top and bottom (y) and left and right (x) or even all (a) position to an element using the following utilities classes.

Class Value
.x-[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)
.y-[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)
.a-[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)

You can set a negative positioning to an element using the following utilities classes.

Class Value
.t--[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)
.r--[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)
.b--[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)
.l--[value] 0 | 5 | 10 | 15 | ... | 100 (step of 5)

You can set a z-index to an element instantly using the following utilities classes.

Class Value
.z-index-[value] 10 | 50 | 100 | 150 | 200