Hi, I’m wondering if it is possible to rotate various colours on a background?
I’ve found this tutorial online https://youtu.be/0n_CQWLNJJw using this code…
auto background change body{ animation: change 10s infinite; } @keyframes change{ 0%{background-color: #labc9c;} 25%{background-color: #2ecc71;} 50%{background-color: #3498db;} 75%{background-color: #9b59b6;} 100%{background-color: #e74c3c;} }I’m wanting to apply it to the black background (.e81-7.x-col) on this page https://nzcrayons.co.nz/ but I can’t get it to work.
Any help or suggestions would be greatly appreciated.
Login details in private note.