CSS Property:

border-bottom-left-radius

Result:

This is an example of the CSS border-bottom-left-radius property.

CSS Code:

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