border-top-style
CSS Property:
Result:
Example of the border-top-style property.
CSS Code:
#myDiv {
padding:30px;
margin:20px;
border:10px solid;
border-top-style:none;
}
Click the property values above to see the result
Click the property values above to see the result