Answers for "html a style to remove blue color"

CSS
1

html a tag remove blue color

a { color: inherit; }
Posted by: Guest on May-11-2020

Browse Popular Code Answers by Language