0
Css transform:scale(); not working..(solved)
https://code.sololearn.com/Wq0t9SRkTz2B/?ref=app Go to css and go to line 289. You will see #earth:active #rocket1 { ..... } I am able zoom (transform scale for earth) but not able zoom(transform scale for rocket) why anyone define it.
3 odpowiedzi
+ 8
❌transform: scale(0.2px);
✅transform: scale(0.2);
Because you are talking how much time you want to scale any element . So there is no use of px there
+ 4
Welcome Abishek Ganesh B S
+ 1
乂丹ⓨㄩک廾乂〖թг๏〗 thx so much