Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make a link into normal text css

a {
  color: inherit;
  text-decoration: inherit;
}
 
PREVIOUS NEXT
Tagged: #link #normal #text #css
ADD COMMENT
Topic
Name
1+7 =