Class | Description |
---|---|
class="border" | Add border in all sides of an element using default color and width. |
class="border-left" | Add border to left side of element. |
class="border-right" | 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-left-right" | Add border to left and right side of element. |
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. |
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. |
Class | Description |
---|---|
class="border-0" | Remove border in all sides of an element using default color and width. |
class="border-left-0" | Remove border to left side of element. |
class="border-right-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-left-right-0" | Remove border to left and right side of element. |