Border Bottom
{border-bottom: width style color}The border-bottom property lets you simultaneously set the width, style, and color of an element's bottom borders. Any omitted values will revert to their initial values.
Example:
P {border-bottom: 25px double #008080}
If you are using a CSS-enabled browser, this paragraph has a 25-pixel-tall, double, teal bottom border.