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