Advertisement
Guest User

burgre

a guest
Jan 16th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <head>
  2. <meta name="color:background" content="#c9d7d5"/>
  3.  
  4.  
  5. <style type=text/css>
  6. body {
  7. background-color:{color:background};
  8. }
  9. div{
  10. width: 900px;
  11. height: 534px;
  12. background-image:url(http://www.pngmart.com/files/1/Burger-Image-PNG.png);
  13. animation-name: spin;
  14. animation-duration: 3000ms;
  15. animation-iteration-count: infinite;
  16. animation-timing-function: linear;
  17. }
  18. @keyframes spin {
  19. from {
  20. transform:rotate(0deg);
  21. }
  22. to {
  23. transform:rotate(360deg);
  24. }
  25. }
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <div id="div"></div><img style="position:fixed; TOP: 204px; LEFT: 100px;""</div>
  31. <div id="div"<img style="position:fixed; TOP: 40px; LEFT: 500px;""</div>
  32.  
  33. <div id="div"<img style="position:fixed; TOP: 400px; LEFT: 400px;""</div>
  34. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement