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