Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to remove link blue color from a tag using css

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}
 
PREVIOUS NEXT
Tagged: #remove #link #blue #color #tag #css
ADD COMMENT
Topic
Name
5+2 =