Hello Coders, today I will show you something interesting with animation using CSS3 and HTML. You can use this code for making something new or your own. See below for the demo.
I hope you guys are like it. If you have any problem with this code or anything which is not understandable please comment below.
Moving.html
1 2 3 4 5 6 7 8 9 10 11 12 |
<!DOCTYPE html> <html> <head> <title>Moving Background</title> <link rel="stylesheet" type="text/css" href="moving.css"> </head> <body> <div class="bg"> <img src="car.png" class="car"> </div> </body> </html> |
moving.css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
body{ margin: 0; padding: 0; } .bg{ position: relative; background: #00fdff url(city.jpg); height: 100vh; background-size: cover; background-position: 0 0; background-repeat: repeat-x; animation: animate 15s linear infinite; } .car{ position: absolute; bottom: -60px; left: 10px; } @keyframes animate{ from{ background-position: 0 0; } to{ background-position: 100% 0; } } |
Here you see the very simple code, see below for the demo.
Happy Coding..!
Was this article helpful?
YesNo
Nice task.
But the codes I’m seeing are not all, I guess that’s not all the codes
Hey Luis, this is complete code. Please copy code and try it, if you want images i will send you on mail.
Thanks
Please check your mail for images.
i want the images pls
Check your mail please.
Thanks
I Want thè image please
Check your email please
i want these pics plz send ma as soon as possible.
thanks in advance.
From here you can download http://codingtasks.net/download/image-files-of-pure-css3-animated-car/
I Want thè image can you sent me please
Please check your mail.
Thanks
I want these images please
Please check your mail for images.
We sent you at your given mail.
I want images plz….
Check your mentioned email inbox.
Thanks
Please send me images
Check Your Mail.
I need background image
Check your commented email for images.
Thanks.
i want both the images please send as soon as possible
Please check your mail.
i want a background and car
Please check your email
some people dont know hoe to take images by inspecting????