Border
Set Border
Class | Description |
---|---|
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-end" |
Add border to right side of element. |
class="border-bottom" |
Add border to bottom side of element. |
class="border-top" |
Add border to top side of element. |
class="border-top-bottom" |
Add border to top and bottom side of element. |
class="border-start-right" |
Add border to left and right side of element. |
Border Width
Class | Description |
---|---|
class="border-wd-1" |
Set 1px border to element. |
class="border-wd-2" |
Set 2px border to element. |
class="border-wd-3" |
Set 3px border to element. |
class="border-wd-4" |
Set 4px border to element. |
class="border-wd-5" |
Set 5px border to element. |
Border Color
Class | Description |
---|---|
class="border-primary" |
Set Border Color primary to element. |
class="border-secondary" |
Set Border Color secondary to element. |
class="border-info" |
Set Border Color info to element. |
class="border-success" |
Set Border Color success to element. |
class="border-warning" |
Set Border Color warning to element. |
class="border-danger" |
Set Border Color danger to element. |
class="border-light" |
Set Border Color light to element. |
class="border-dark" |
Set Border Color dark to element. |
Remove Border
Class | Description |
---|---|
class="border-0" |
Remove border in all sides of an element using default color and width. |
class="border-start-0" |
Remove border to left side of element. |
class="border-end-0" |
Remove border to right side of element. |
class="border-bottom-0" |
Remove border to bottom side of element. |
class="border-top-0" |
Remove border to top side of element. |
class="border-top-bottom-0" |
Remove border to top and bottom side of element. |
class="border-start-right-0" |
Remove border to left and right side of element. |