.btnfl{animation-name:btfl;animation-duration:1s;animation-iteration-count:infinite}@keyframes btfl{0%{background:red}50%{background:blue}100%{background:red}}.btnfl:hover{background:blue!important}