Animation using CSS3

CSS3 animations allows animation for most HTML elements without using JavaScript or Flash! animate.css is a group of defined css classes having cross-browser animations. You can create stylish home pages, …

How to make blinking text using CSS3

Sometime we required blinking text or link for highlighting purpose. There is no attribute in css for blinking text like text-decoration blink etc. But We can blinking/flashing text using css3 …