CSS backface-visibility Property

The backface-visibility Property decides whether the back face of an element might be visible or not to the user. It is a mirror image of the front face that is being displayed as a back face of an element to the user. It is useful when an element is rotated then it decides whether the back face of an element is visible or not.

The backface-visibility CSS property determines whether or not the "back" side of a transformed element is visible when facing the user.

The backface-visibility property defines whether or not the back face of an element should be visible when facing the user.The back face of an element is a mirror image of the front face being displayed.

Syntax:
backface-visibility: visible|hidden|initial|inherit;

Example -