Answers for "rainvow hover css"

CSS
0

rainvow hover css

a {
  color: black;
  background: linear-gradient(90deg, red, orange, yellow, green, blue, purple);
  background-clip: text;
  -webkit-background-clip: text;
}
Posted by: Guest on January-25-2021

Browse Popular Code Answers by Language