BORDER-BOTTOM-WIDTH Property In CSS
border-bottom-width Property in CSS
border-bottom-width property Declares the width of the bottom border.
Possible Value:
Lengths or the following predefined values: thin medium thick
Examplediv { border-bottom-width:2px; }
div { border-bottom-width:thin; }