Guest User

Untitled

a guest
Mar 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. background: linear-gradient(326deg, #316155, #5fc370, #b8c35f, #c3905f);
  2. background-size: 800% 800%;
  3. -webkit-animation: screenplug 11s ease infinite;
  4. -moz-animation: screenplug 11s ease infinite;
  5. -o-animation: screenplug 11s ease infinite;
  6. animation: screenplug 11s ease infinite;
  7. @-webkit-keyframes screenplug {
  8. 0%{background-position:14% 0%}
  9. 50%{background-position:87% 100%}
  10. 100%{background-position:14% 0%}
  11. }
  12. @-moz-keyframes screenplug {
  13. 0%{background-position:14% 0%}
  14. 50%{background-position:87% 100%}
  15. 100%{background-position:14% 0%}
  16. }
  17. @-o-keyframes screenplug {
  18. 0%{background-position:14% 0%}
  19. 50%{background-position:87% 100%}
  20. 100%{background-position:14% 0%}
  21. }
  22. @keyframes screenplug {
  23. 0%{background-position:14% 0%}
  24. 50%{background-position:87% 100%}
  25. 100%{background-position:14% 0%}
  26. }
Add Comment
Please, Sign In to add comment