BORDER-BOTTOM-STYLE Property In CSS
border-bottom-style Property in CSS
border-bottom-style property Declares the style of the bottom border.
Possible Value:
none hidden dotted dashed solid double groove ridge inset outset
Examplediv { border-bottom-style:solid; }
div { border-bottom-style:inset; }