+ 1
How to move an image in CSS
I've been trying to move images in CSS,through many different codes,but it doesn't seem to work. How can I move them?(NOTE: I'm using basic HTML,not HTML5 or XHTML)
4 Answers
+ 7
then use the word "positioning" in the first place ._.
+ 6
you can set your image position relative and use @keyframes animtaion to set a new location in each step
https://code.sololearn.com/W603ifI3zu3W/?ref=app
+ 3
hi,
see my code but i use js
https://code.sololearn.com/WA57js8IHi6P/?ref=app
+ 1
thanks guys,but I meant positioning the image