+ 5
3D CSS models
Hi guys. Is there any possibility of drawing a 3D model in CSS that we could turn around to see the other side?
4 odpowiedzi
+ 8
+ 7
you can use
transform-style:preserve-3d;
its too easy to make an 3d object by css
https://code.sololearn.com/WA7VvR00oTvg/?ref=app
+ 4
Here is a tutorial
https://desandro.github.io/3dtransforms/docs/cube.html
+ 1
thanks a lot guys ;)