| ZVON > References > CSS2 Reference |
| Intro / Search / ZVON |
| Property: | border |
| Inherited: | no |
| Value: | [ <border-width> || <border-style> || <color> ] | inherit |
| Initial: | see individual properties |
| Applies to: | all elements |
| Media: | visual |
| Percentages: | N/A |
| Sub-properties: | border-bottom | border-bottom-color | border-bottom-style | border-bottom-width | border-collapse | border-color | border-left | border-left-color | border-left-style | border-left-width | border-right | border-right-color | border-right-style | border-right-width | border-spacing | border-style | border-top | border-top-color | border-top-style | border-top-width | border-width |
|
<AAA> <BBB>text text <CCC>A very long sentence inside a small amount of text.</CCC> text text </BBB> </AAA> |
View BBB {display: block; border: solid thin red} CCC {display: inline; border: solid thin blue} |