Why not working in sandbox css this comand transform: rotate(45deg); (in note pad ++ working) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why not working in sandbox css this comand transform: rotate(45deg); (in note pad ++ working)

Please help me

22nd Dec 2018, 11:13 PM
JASTER HACK's
JASTER HACK's - avatar
3 Answers
+ 4
JASTER HACK's No one can help you. - because you did not share the code Paste it inside the playground and link it to this thread.
22nd Dec 2018, 11:38 PM
Manual
Manual - avatar
+ 4
Manual You must have lost your "mind-reading" hat. 😂 I'm guessing this might be the code from his Code Playground. https://code.sololearn.com/WrChh06MYx60/?ref=app
23rd Dec 2018, 12:01 AM
David Carroll
David Carroll - avatar
+ 3
JASTER HACK's Line 39 of your CSS is: transform: rotate(45px) ; It should be: transform: rotate(45deg); Changing the unit from `px` to `deg` will resolve your issue.
23rd Dec 2018, 12:03 AM
David Carroll
David Carroll - avatar