<style>div div { -webkit-animation-name: huehue; -webkit-animation-duration: 20000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: huehue; -moz-animation-duration: 20000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: huehue; -ms-animation-duration: 20000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: huehue; animation-duration: 20000ms; animation-iteration-count: infinite; animation-timing-function: linear; } @-ms-keyframes huehue { from { -ms-filter: hue-rotate(0deg); } to { -ms-filter: hue-rotate(360deg); } } @-moz-keyframes huehue { from { -moz-filter: hue-rotate(0deg); } to { -moz-filter: hue-rotate(360deg); } } @-webkit-keyframes huehue { from { -webkit-filter: hue-rotate(0deg); } to { -webkit-filter: hue-rotate(360deg); } } @keyframes huehue { from { filter: hue-rotate(0deg); } to { filter: hue-rotate(360deg); } } /* i love you nox */</style>