simple Border
Surround an item or a screen with a rectangular border using the simple border.
Design
When using the simple border, you do not need to specify the type: simple; attribute.
![]()
.itemMain {
border-color: red;
border-width: 2;
}
CSS attributes:
| CSS Attribute | Default | Values | Explanation | Since |
|---|---|---|---|---|
| color | black | color | The border color. | 1.3 |
| width | 1 | integer | The width of the border. | 1.3 |
| width-left | ref:width | integer | The width of the border on the left side. | 1.3 |
| width-right | ref:width | integer | The width of the border on the right side. | 1.3 |
| width-top | ref:width | integer | The width of the border at the top. | 1.3 |
| width-bottom | ref:width | integer | The width of the border at the bottom. | 1.3 |