HTML and CSS Reference
In-Depth Information
Name
border-right
Values:
<'border-width'> || <'border-style'> || <color>
Initial value:
See individual properties
Applies to:
All elements
Inherited:
No
Computed value:
See individual properties
Description:
A shorthand property that defines the width, color, and style of the right border of an element.
As with border , omission of a border style will result in no border appearing.
Examples:
img {border-right: 30px dotted blue;}
h3 {border-right: cyan 1em inset;}
Search WWH ::




Custom Search