border-width
Name: border-width
Description: Specifies the border width of an element. Used as a shortcut to determine the entire border width in one rule.
Browser Compatibility: IE 4+ / NN 4+
Inherited: No
Values:
- {1,4}
- inherit
- [length]
- medium
- thick
- thin
Code Example:
H2 {border-width: 3px;}
H2 {border-width: thin;}
H2 {border-width: thin;}