Sets the width of the element's top border.
border-top-width: value;
<div class="example">solid</div>
.example { border: 1px solid blue; border-top-width: 10px; }