Image Is Not Moving Completely To The Left
I am trying to move the image completely to the left. But it is not moving to the complete left. I used ´requestAnimationFrame()´ as below.
Solution 1:
Just add body { margin: 0; }
to remove the default margin of body
Post a Comment for "Image Is Not Moving Completely To The Left"