right Border
Draw a line on the right of an item or a screen using the right border:
Design
![]()
.itemMain {
border {
type: right;
color: green;
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 |