.test {
animation: color_change 1s infinite alernate;
}
@keyframes color_change {
from { background-color: blue; } to { background-color: red; }