Advertisement
Guest User

Untitled

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