| ZVON > References > CSS2 Reference |
| Intro / Search / ZVON |
| Property: | border-bottom-color |
| Inherited: | no |
| Value: | <color> | inherit |
| Initial: | the value of the 'color' property |
| Applies to: | all elements |
| Media: | visual |
| Percentages: | N/A |
|
<AAA> <BBB>bbb</BBB> <CCC>ccc</CCC> <DDD>ddd</DDD> <EEE>eee</EEE> </AAA> |
View * {border-style: solid; border-top-color: blue; border-right-color: red; border-bottom-color: white; border-left-color: black} |