I need to know how to make a CSS class that includes a color code fade to different colors continuously. If your solution works in wordpress, it' even better.
For modern browsers you could use @keyframes. Depending on the browsers you need to support this example may require vendor prefixes to be added too. Also, performance will vary:
For modern browsers you could use @keyframes. Depending on the browsers you need to support this example may require vendor prefixes to be added too. Also, performance will vary: