.blink{animation:blink-animation 1.5s steps(1,start) infinite}@keyframes blink-animation{0%{opacity:1}50%{opacity:0}100%{opacity:1}}