CSS Property: border-bottom-color

The border-bottom-color is a CSS property that sets the color of the bottom border of an element.

Syntax

	body {
		border-bottom-color: #ff0000;
		border-bottom-color: #ff0000;
		border-bottom-color: #ff0000;
		border-bottom-color: #ff0000;
	}
	

Values

Examples

Related Entries

More Information

W3: border-bottom-color