Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. body {
  2. background-color: rgba(0, 0, 0, 0) !important;
  3. }
  4.  
  5. .odometer-inside{
  6. font-family:'Arial',sans-serif; /* tutaj zmieniamy czcionkę */
  7. font-weight: bold;
  8. animation: wincyj_ledów 15s infinite; /* tutaj są sekundy */
  9. }
  10. @keyframes wincyj_ledów
  11. {
  12. 0% {color: rgba(255, 0, 0, 1);}
  13. 33% {color:rgba(0, 255, 0, 1);}
  14. 67% {color: rgba(0, 0, 255, 0.8);}
  15. 100% {color: rgba(255, 0, 0, 1);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement