border-bottom-width
Definition
The border-bottom-width specifies the width of the element's bottom border. The bottom border is represented by the yellow highlighted area in the illustration below.

Example
h1 {border-bottom-width: 1px}div.content {border-bottom-width: thick}
Characteristics
Possible values
rThe width of the border area can be specified using one of the following values:
thin- A fine border.
medium- A medium thickness border.
thick- A thick border.
- length
- The border's thickness has an explicit value. Explicit border widths cannot be negative.
inherit- Use the same computed value as the parent element for this property.
Default value
medium
Applies to
Inherited
No
See also