blink { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }

sam_0179

sam_0179