CSS Property:

border-left-style

Result:

Example of the border-left-style property.

CSS Code:

#myDiv {
                
padding:30px;
margin:20px;
border:10px solid;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?