xxxxxxxxxx
.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}
xxxxxxxxxx
The border-bottom shorthand CSS property sets an element's bottom border.
It sets the values of border-bottom-width ,
border-bottom-style and border-bottom-color.