Advertisement
Guest User

Untitled

a guest
May 29th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. background: linear-gradient(160deg, #00b198, #ad02cd, #ff8b22);
  2. background-size: 600% 600%;
  3. -webkit-animation: colorandom 49s ease infinite;
  4. -moz-animation: colorandom 49s ease infinite;
  5. -o-animation: colorandom 49s ease infinite;
  6. animation: colorandom 49s ease infinite;
  7. @-webkit-keyframes colorandom {
  8. 0%{background-position:0% 97%}
  9. 50%{background-position:100% 4%}
  10. 100%{background-position:0% 97%}
  11. }
  12. @-moz-keyframes colorandom {
  13. 0%{background-position:0% 97%}
  14. 50%{background-position:100% 4%}
  15. 100%{background-position:0% 97%}
  16. }
  17. @-o-keyframes colorandom {
  18. 0%{background-position:0% 97%}
  19. 50%{background-position:100% 4%}
  20. 100%{background-position:0% 97%}
  21. }
  22. @keyframes colorandom {
  23. 0%{background-position:0% 97%}
  24. 50%{background-position:100% 4%}
  25. 100%{background-position:0% 97%}
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement