top border of col solid color html code example
Example: css border top
.topBorder {
/* width style color */
border-top: 5px solid black;
}
.topBorder {
/* width style color */
border-top: 5px solid black;
}