bottom bordeer css code example
Example: css border bottom
.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}
.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}