Skip to content Skip to sidebar Skip to footer

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

https://jsfiddle.net/Lyjb190h/1/

Post a Comment for "Image Is Not Moving Completely To The Left"