The border-bottom-width
property in
To use the
border-bottom-width
property, we must first declare theborder-style
orborder-bottom-style
because the color is only changed if we have a border.
border-bottom-width: medium|thin|thick|length|initial|inherit;
thin
: Specifies that the bottom border is thin.
thick
: Specifies that the bottom border is thick.
length
: Defines the thickness of the bottom border.
medium
: This is the default value; medium
specifies that the bottom border is medium.
initial
: Sets the value to its default value.
inherit
: Inherits property from its parent value.
Below is the basic border-bottom-width
property.