/ Published in: CSS
thanks to Perishable Press
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a:link, a:visited { -webkit-transition: all 1s ease; transition: all 1s ease; background: red; color: white; } a:hover, a:active { background: white; color: red; }