Answers for "css change hyperlinks"

CSS
10

how to change hyperlink color in css

a {
  background-color: red;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
Posted by: Guest on November-20-2019
1

css how to hyperlink

<p><a href="ww.link">A simple link</a></p>
Posted by: Guest on January-02-2022

Browse Popular Code Answers by Language