Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #text01 {
- animation: rainbow 1s infinite;
- }
- @keyframes rainbow {
- 100% {
- color: #fcacc4;
- }
- 75% {
- color: #fc6c94;
- }
- 50% {
- color: #fcbcd4;
- }
- 25% {
- color: #fcccdc;
- }
- 0% {
- color: #fc4474;
- }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment