CSS {clip:} Property Reference - CSS :: webDev

CSS {clip:} Property | W3Schools

ALL FROM w#SCHOOLS The clip property sets the shape of an element. What happens if an image is larger than the element it goes inside? - The "clip" property lets you specify the dimensions of an element that should be visible, and the element is clipped into this shape, and displayed. Note: This property cannot be used for elements with an "overflow" property set to "visible". Inherited: No

Misunderstood CSS {clip:}

First of all, clip can only be used on absolutely positioned elements.