@keyframes blinker { 50% { opacity:0 } }
.blink { animation:blinker 2s linear infinite }