Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 331 Bytes

border-color.md

File metadata and controls

19 lines (14 loc) · 331 Bytes

border-color

The border-color shorthand CSS property sets the color of an element's border.

Values

<color>
Defines the color of the border.

Examples

border-color="red"
border-color="gold red"
border-color="red cyan gold"
border-color="red cyan black gold"