.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}
.selector {
border-bottom: 5px solid red;
}
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.