right Border

Draw a line on the right of an item or a screen using the right border:

Design

right border

.itemMain {
	border {
		type: right;
		color: green;
		width: 2;
	}
}

CSS attributes:

CSS Attribute  DefaultValuesExplanationSince
color black color The border color. 1.3
width 1 integer The width of the border. 1.3

JavaDoc

RightBorder.