@keyframes flash{0%{background-color:#fff}50%{background-color:#ff0}100%{background-color:#fff}}.flash-once{animation:flash 0.5s ease-in-out forwards}