This jam is now over. It ran from 2020-11-30 23:00:00 to 2020-12-31 23:00:00. View results

<style> div{ width: 100px; height: 100px; background-color:red; animation: 2s wait infinite; } @keyframes wait{ 0%{ backgrounds color:yellow; } 100%{ backgrounds color:blue }}