The correct answer is: B. backface-visibility
The backface-visibility
CSS property controls whether the backside of an element is visible if the element is rotated to display the back.
The background-clip
CSS property controls which parts of the background image are visible.
The behavior
CSS property is used to specify the default behavior of an element when it is clicked,
The background-origin
CSS property controls the origin of the background image.
Here is an example of how to use the backface-visibility
property:
css
div {
width: 100px;
height: 100px;
background-color: blue;
Join Our Telegram Channel