Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- <style>
- body{
- background-image: url("space/stars-06.jpg");
- background-size: cover;
- }
- img{
- position: relative;
- animation-name: pomeraj;
- animation-duration: 10s;
- animation-iteration-count: infinite;
- }
- @keyframes pomeraj {
- 0%{top: 50px; left: 50px; transform: rotate(90deg)}
- 20%{top: 300px; left: 311px; transform: rotate(12deg)}
- 40%{top: 125px; left: 11px; transform: rotate(-129deg) }
- 60%{top: 600px; left: 300px; transform: rotate(22deg)}
- 80%{top: 222px; left: 99px; transform: rotate(122deg)}
- 100%{top: 100px; left: 600px; transform: rotate(400deg)}
- }
- </style>
- </head>
- <body>
- <img src="space/spaceship.png" alt="brod">
- </body>
- </html>
Add Comment
Please, Sign In to add comment