CSS Border-Width Property

Description:
Specifies the border width of an element. Used as a shortcut to
determine the entire border width in one rule.
Syntax:
border-width: [border-width1] [boreder-width2] ...
Possible Values:
- thin
- medium
- thick
- length
- inherit
Initial Value:
See individual properties
Applies To:
All elements
Inherited:
No
Media:
Visual
Example:
H2 {border-width: 3px;}
H2 {border-width: thin;}
Visual Example:
H2 {border-width: thin;}
Visual Example:
Border-Width = 4px





