The CSS border-bottom-width property allows you to set the width of a bottom border.
Note: You will also need to specify border-bottom-color and border-bottom-style before your border-bottom-width is displayed.
Note: You will also need to specify border-bottom-color and border-bottom-style before your border-bottom-width is displayed.
Syntax: | border-bottom-width: <border-width> |
Possible Values: |
|
Initial Value: | Medium |
Applies to: | All elements. |
Inherited: | Yes |
Media: | Visual |
Example: | div.border-width {border-bottom-width:thick}
|
Try it yourself! |