how to border the top of a div with css code example
Example: css border top
.topBorder {
/* width style color */
border-top: 5px solid black;
}
.topBorder {
/* width style color */
border-top: 5px solid black;
}