Anyone can tell where did i made a mistake in creating a 3d cube | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Anyone can tell where did i made a mistake in creating a 3d cube

https://code.sololearn.com/WpUMKcaifjzY/?ref=app

22nd Jan 2018, 7:23 PM
sunny prasad
sunny prasad - avatar
3 Answers
+ 8
To get you started: Spelling: infinite, lines 19-20 height, line 25 Suggestion, either or both: Use different colors for each panel (not all grey): background-color:green; /* red, blue, etc */ Add content to each div: <div id="side1">1</div> This should let you see a partial animation, which should help you debug it (then, someone else may help here; I'm currently distracted).
22nd Jan 2018, 10:40 PM
Kirk Schafer
Kirk Schafer - avatar
+ 3
add this script so you don't have to worry about prefixes: <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script> It will make your code clearer.
23rd Jan 2018, 12:39 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
0
I didn't get the output😭😭😭 still
23rd Jan 2018, 1:54 AM
sunny prasad
sunny prasad - avatar