@-webkit-keyframes hue { 100% { -webkit-filter:hue-rotate(360deg); } } body > center > table > tbody > tr:first-child > td, body > center > table > tbody > tr:last-child > td { -webkit-filter: hue-rotate(0deg); -webkit-animation: hue 20s linear infinite; }