Answers for "css no purple links"

CSS
0

css no purple links

a:hover { text-decoration: none; color:yellow; }
a:focus { text-decoration: none; color:orange; }
a:active { text-decoration: none; color:teal; }
Posted by: Guest on September-06-2021

Browse Popular Code Answers by Language