Set Border

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

.border
.border-start
.border-top
.border-end
.border-bottom
.border-x
.border-y
ClassDescription
class="border"Add border in all sides of an element using default color and width.
class="border-start"Add border to left side of element.
class="border-top"Add border to top side of element.
class="border-end"Add border to right side of element.
class="border-bottom"Add border to bottom side of element.
class="border-x"Add border to left and right side of element.
class="border-y"Add border to top and bottom side of element.

Set Border

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

.border
.border .border-2
.border .border-3
.border .border-4
.border .border-5
ClassDescription
class="border"Set 1px(default) border to element.
class="border border-2"Set 2px border to element.
class="border border-3"Set 3px border to element.
class="border border-4"Set 4px border to element.
class="border border-5"Set 5px border to element.

Remove Border

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

.border
.border
.border
.border
.border
.border
ClassDescription
.border-0Remove all borders of an element.
.border-top-0Remove top border of an element
.border-end-0Remove right border of an element
.border-b-0Remove bottom border of an element
.border-end-0Remove left border of an element
.border-x-0Remove left and right border of an element
.border-y-0Remove top and bottom border of an element

Border Color

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

.border-primary
.border-secondary
.border-success
.border-info
.border-warning
.border-danger
Classes.border-[value].border-gray-[value]
Valuesprimary | secondary | success | info | warning | danger | purple | pink | teal | orange100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900

Border Radius

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

Classes.radius.radius-[value]
ValuesSet a border radius of 2px(default) to an element.1 | 5 | 10 | 20 | 30 | 50 | circle