Blink does not work :(
blink { animation: blink 1s steps(1, start) infinite; } @keyframes blink { 50% { opacity: 0; }}
Blink does not work :(