clip

The clip property defines the area of a positioned element where its content will be shown. This property is deprecated. Use clip-path instead. Anything that doesn't fit in this area will be clipped and made invisible. At the moment, the only region shape available is a rectangle. clip only works on absolutely positioned elements.

Syntax



clip: auto | shape | inherit;