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