W3docs

border-left-width

CSS Property:

Result:

Example of the border-left-width property.

CSS Code:

#myDiv {
padding:30px;
margin:20px;
border:1px solid;
border-left-width:medium;
}

Click the property values above to see the result