1 2 3 4 5 6 7
.blink_me { animation: blinker 1.5s linear infinite; } @keyframes blinker { 20% { opacity: 0.4; } }