borderbottomwidth
Border-bottom-width is a CSS property that sets the thickness of the bottom border of an element. It is used to control how bold the bottom edge appears and is often used with related border properties such as border-bottom-style and border-bottom-color.
Value is either one of the keywords thin, medium, or thick, or a length value. Length values
Default and inheritance: The initial value of border-bottom-width is medium. The property does not inherit by
Interaction with other properties: A border is rendered only if the corresponding border-style is not none.
Shorthand relation: The border-bottom shorthand can set width, style, and color in a single declaration, for
See also: border-bottom, border-bottom-style, border-bottom-color.
Browser support: border-bottom-width is supported in all major web browsers.