What properties can I use to create 3d shapes in css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 15

What properties can I use to create 3d shapes in css?

I need help for css

7th Jan 2022, 11:02 AM
Ulug'bek Burxonov
Ulug'bek Burxonov - avatar
9 Answers
+ 11
Bono thank you very much 😁😉🤗
7th Jan 2022, 3:12 PM
Ulug'bek Burxonov
Ulug'bek Burxonov - avatar
+ 10
Thanks Elon Yemp
7th Jan 2022, 12:51 PM
Ulug'bek Burxonov
Ulug'bek Burxonov - avatar
+ 10
But it's 3d animation
7th Jan 2022, 12:52 PM
Ulug'bek Burxonov
Ulug'bek Burxonov - avatar
+ 10
I need 3d shapes like cube
7th Jan 2022, 12:53 PM
Ulug'bek Burxonov
Ulug'bek Burxonov - avatar
+ 8
Elon Yemp #RELOADED# 👍🏻👍🏻👍🏻👍🏻😄
12th May 2022, 6:29 PM
Ulug'bek Burxonov
Ulug'bek Burxonov - avatar
+ 7
Bono 👍🏻👍🏻👍🏻👍🏻😄
12th May 2022, 6:29 PM
Ulug'bek Burxonov
Ulug'bek Burxonov - avatar
+ 5
To create 3d in css use css transform properties. Look for the following css properties: transform perspective transform-style backface-visibility And following methods: matrix3d() translate3d(x,y,z) scale3d(x,y,z) rotate3d(x,y,z,angle)
7th Jan 2022, 12:19 PM
Elon
Elon - avatar
+ 3
As Elon said. And you will find a lot of codes that combines these properties so maybe you can try to learn from them and do them yourself Like : https://code.sololearn.com/W2lQ4cyuS86j/?ref=app https://code.sololearn.com/WOOZro8mLsLj/?ref=app https://code.sololearn.com/W450TEczdH05/?ref=app
7th Jan 2022, 3:08 PM
Bono
Bono - avatar
+ 2
You need to combine the available 3d transform properties and methods to get 3d shapes and 3d animations
7th Jan 2022, 12:57 PM
Elon
Elon - avatar