.blink { animation: blink 1s steps(5, start) infinite; } @keyframes blink { to { visibility: hidden; } }