{ clip: <shape> | auto }
Specifies which part of the element is visible. Any part of an element that is outside the clip area is transparent.
The shape can be: rect (<top> <right><bottom> <left>) where <top>, <right>, <bottom>, and <left> specify either auto or a length value.
This attribute is not inherited.