CSS border bottom width

CSS border bottom width is used to set the width of bottom border of an HTML element.


Syntax

Output

This is the paragraph to show width of bottom border.


CSS border bottom width values list

Sr. No. value Description
1 border-width Used to give width of border. The value for this can be in pixel format or percentage format. Check CSS border width for more detail.
2 initial Used to define as the property initial value.
3 inherit Used to define the computed value of property on the elements parent.