CSS Property:

clip

Result:

Example of the clip property:

CSS Code:

#myDiv {
                
position:absolute;
background-color:#86C2DE;
width:150px;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?