W3docs

backface-visibility

CSS Property:

Result:

This is a example of the CSS backface-visibility property

CSS Code:

#myDiv {
width:150px;
height:150px;
background-color:#86C2DE;
transform: rotateY(180deg);
backface-visibility: visible;
}

Click the property values above to see the result