/ Published in: CSS
thanks to Perishable Press
Expand |
Embed | Plain Text
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; }
You need to login to post a comment.
