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