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