What does backface visibility mean?
The CSS backface-visibility
property is used to define if the backface of the element should be visible to the user when it's not facing the screen:
.nobackface {
-webkit-backface-visibility: hidden; /* Opera, Chrome, Safari */
backface-visibility: hidden;
}
You should use this property when you need to be able to rotate an element, but you want its back to stay invisible. As 2D elements have no perspective and thus cannot be rotated, CSS backface-visibility
only works on 3D elements.

- Simplistic design (no unnecessary information)
- High-quality courses (even the free ones)
- Variety of features
- Nanodegree programs
- Suitable for enterprises
- Paid certificates of completion

- Professional service
- Flexible timetables
- A variety of features to choose from
- Professional certificates of completion
- University-level courses
- Multiple Online degree programs

- Great user experience
- Offers quality content
- Very transparent with their pricing
- Free certificates of completion
- Focused on data science skills
- Flexible learning timetable
Syntax for backface-visibility
The syntax for the CSS backface-visibility
property is simple:
backface-visibility: value;
There are two options you can use with this property:
visible
will provide the element in CSS backface visibility, i.e. the back will be visiblehidden
will not provide the element in CSS backface visibility, i.e. the back will be hidden
Browser support

Chrome

Edge

Firefox

IE

Opera

Safari
Mobile browser support

Chrome

Firefox

Opera

Safari
Latest Udacity Coupon Found:
75% OFF COURSES
Udacity Black Friday Offer
The best time to save on Udacity courses is now - follow this coupon to access a 75% Udacity Black Friday discount & enjoy learning at a very low cost!