CSS Border-Left Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
A shorthand property used to specify the color, style, and width of the left border of an element.
Syntax
border-left: [border-style1] [border-style2] ...
Possible values
- [border-width]
- [border-style]
- [border-color]
- inherit
Initial Value
See individual properties
Applies To
All elements
Inherited
No
Media
Visual
Example
H2 {border-left: 3px dotted #6699FF;}