Advertisement
Nazta

Untitled

Feb 26th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /*clouds*/
  2. #header:before {
  3. background: url("%%clouds3%%");
  4. content: "";
  5. height: 166px;
  6. position: absolute;
  7. right: 0;
  8. left: 0;
  9. -webkit-animation: scroll 160s linear infinite;
  10. animation: scroll 30s linear infinite
  11. }
  12. @keyframes scroll {
  13. from {
  14. background-position: 0 0
  15. }
  16. to {
  17. background-position: -2400px 0%
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement