How can i blink a text twice every 5 second using css
i have a div
<div class="blink">text</div>
I want to blink this text twice every 5 second using css
how can i achieve this?
i tried this
how to make CSS animation to play every 10 seconds
but not working in ie
i want this to work in ie and chrome