Advertisement
Guest User

Untitled

a guest
May 1st, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <span class="change_txt_color">יוני</span>
  2.  
  3.  
  4. <style>
  5. .change_txt_color { -webkit-animation: change_txt_color 1s infinite alternate; -moz-animation: change_txt_color 1s infinite alternate; -ms-animation: change_txt_color 1s infinite alternate; -o-animation: change_txt_color 1s infinite alternate; animation: change_txt_color 1s infinite alternate; font-weight: bold; text-decoration: none; background-image: url('http://forum.ragezone.com/images/backround13.gif'); }
  6. @-webkit-keyframes change_txt_color { 0% { color: #801103; } 10% { color: #7B8003; } 25% { color: #158003; } 40% { color: #038080; } 55% { color: #030780; } 70% { color: #560380; } 85% { color: #80036D; } 100% { color: #800309; } }
  7. @-moz-keyframes change_txt_color { 0% { color: #801103; } 10% { color: #7B8003; } 25% { color: #158003; } 40% { color: #038080; } 55% { color: #030780; } 70% { color: #560380; } 85% { color: #80036D; } 100% { color: #800309; } }
  8. @-ms-keyframes change_txt_color { 0% { color: #801103; } 10% { color: #7B8003; } 25% { color: #158003; } 40% { color: #038080; } 55% { color: #030780; } 70% { color: #560380; } 85% { color: #80036D; } 100% { color: #800309; } }
  9. @-o-keyframes change_txt_color { 0% { color: #801103; } 10% { color: #7B8003; } 25% { color: #158003; } 40% { color: #038080; } 55% { color: #030780; } 70% { color: #560380; } 85% { color: #80036D; } 100% { color: #800309; } }
  10. @keyframes change_txt_color { 0% { color: #801103; } 10% { color: #7B8003; } 25% { color: #158003; } 40% { color: #038080; } 55% { color: #030780; } 70% { color: #560380; } 85% { color: #80036D; } 100% { color: #800309; } }
  11. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement