Margin Top Values

It is Very Easy to Customize and it uses in website apllication.

.mt-0
.mt-4
.mt-6
Classes.mt-[value]
Values0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10

Margin Left Values

It is Very Easy to Customize and it uses in website apllication.

.ms-0
.ms-4
.ms-6
Classes.ms-[value]
Values0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10

Margin Right Values

It is Very Easy to Customize and it uses in website apllication.

.me-4
.me-6
.me-2
Classes.me-[value]
Values0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10

Margin Bottom Values

It is Very Easy to Customize and it uses in website apllication.

.mb-0
.mb-4
.mb-6
Classes.mb-[value]
Values0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10

Media Query Margin

It is Very Easy to Customize and it uses in website apllication.

ClassValue
.mt-[breakpoint]-[value]

breakpoint:xs | sm | md | lg | xl

value:the margin value(refer to code above)

.me-[breakpoint]-[value]
.mb-[breakpoint]-[value]
.ms-[breakpoint]-[value]

Auto Margin

It is Very Easy to Customize and it uses in website apllication.

ClassValue
.mt-autoSet a top margin to auto
.me-autoSet a right margin to auto
.mb-autoSet a bottom margin to auto
.ms-autoSet a left margin to auto