W3docs

clip

CSS Property:

Result:

Example of the clip property:

CSS Code:

#myDiv {
position:absolute;
background-color:#86C2DE;
width:150px;
clip:auto;
}

Click the property values above to see the result