CSS Property:

backface-visibility

Result:

This is a example of the CSS backface-visibility property

CSS Code:

#myDiv {
                
width:150px;
height:150px;
background-color:#86C2DE;
transform: rotateY(180deg);
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?