Answers for "on clicking a link it gets red color"

CSS
1

on clicking a link it gets red color

a {
    color: inherit;
}
/*Use this so that when you click a link the color dont change to red ( as it is default )*/
Posted by: Guest on January-26-2021

Code answers related to "on clicking a link it gets red color"

Browse Popular Code Answers by Language