Why this code donot execute flipping? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why this code donot execute flipping?

I tried to flip but it donot work.Tell me the solution to do it.I am attaching code for reference. https://code.sololearn.com/W2Iu5FLrvNKz/?ref=app

26th Aug 2020, 11:57 AM
shubham kumar
shubham kumar - avatar
5 Answers
+ 2
line 19 : .flipcard:hover .flipcard-inner{ line 36: transform : rotateX(180deg);
26th Aug 2020, 12:01 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
Also set the perspective around 1000px for better result.
26th Aug 2020, 12:17 PM
Divya Mohan
Divya Mohan - avatar
26th Aug 2020, 12:47 PM
Namit Jain
Namit Jain - avatar
0
Things to remove: .flipcard-inner Things to add: perspective: 2000px Things to replace: rotateX (180deg) => rotateY(180deg)
26th Aug 2020, 12:45 PM
Namit Jain
Namit Jain - avatar
27th Aug 2020, 5:59 PM
shubham kumar
shubham kumar - avatar