3 dimensions in CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

3 dimensions in CSS?

Is there any nice and browser-supported way to create 3D transformations and shapes in CSS?

26th Oct 2020, 9:11 AM
Devansh Patil [INACTIVE]
Devansh Patil [INACTIVE] - avatar
1 Answer
+ 6
CSS3 has indeed functionality for 3D shapes. If a device is really really old, you can still simulate 3D by using 2D tricks. https://www.w3schools.com/css/css3_3dtransforms.asp
26th Oct 2020, 9:16 AM
Valen.H. ~
Valen.H. ~ - avatar