Advertisement
Nazta

Untitled

Feb 27th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. body:before {
  2. background-repeat: repeat;
  3. -webkit-animation: scroll 160s linear infinite;
  4. animation: scroll 30s linear infinite;
  5. }
  6. @-webkit-keyframes scroll {
  7. from { background-position: 0 0; }
  8. to { background-position: -2400px 0; }
  9. }
  10. @keyframes scroll {
  11. from { background-position: 0 0; }
  12. to { background-position: -2400px 0; }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement