border-top-left-radius
CSS Property:
Result:
This is an example of the CSS border-top-left-radius property.
CSS Code:
#myDiv {
padding:30px;
margin:20px;
border:2px solid;
border-top-left-radius: 45%;
}
Click the property values above to see the result