![]() |
VOOZH | about |
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.
Syntax:
backface-visibility: visible|hidden|initial|inherit;Property:
Example: In this example, we are using the backface-visibility: visible property.
Output:
Example: In this example, we are using backface-visibility: hidden property.
Output:
Example: In this example, we are using backface-visibility: initial property.
Output:
Supported browser: The browser supported by backface-visibility Property are listed below: