border-bottom-width
Name: border-bottom-width
Description: Specifies the width of the bottom border of an element.
Browser Compatibility: IE 4+ / NN 4+
Inherited: No
Values:
- inherit
- [length]
- medium [Initial value]
- thick
- thin
Code Example:
H2 {border-bottom-width: 3px;}
H2 {border-bottom-width: thin;}
H2 {border-bottom-width: thin;}