AxomExpress

Blinking feature using CSS .blink { animation: blinker 1.5s linear infinite; color: red; } @keyframes blinker { 50% { opacity: 0; } }