Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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; }
Source by www.jsdiaries.com #
 
PREVIOUS NEXT
Tagged: #css #purple #links
ADD COMMENT
Topic
Name
3+4 =