set right border css code example
Example 1: css border right
.rightBorder {
/* width style color */
border-right: 5px solid black;
}
Example 2: css border left
.leftBorder {
/* width style color */
border-left: 5px solid black;
}