+ 1
Can you help me with my code please?
I have a code which I am using to try and make a character move down when it runs, but it doesn't seem to be working. Here is the code: https://code.sololearn.com/WheWY5uWy4d9/?ref=app
2 Answers
+ 6
In HTML section, after line 9, add:
position: relative;
+ 1
IT WORKS! Thank you so much!