here's rainbow text in css. replace span with whatever you want to be rainbow.
span {
background-image: radial-gradient(circle, violet, indigo, blue, green, yellow, orange, red);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
xxshimmerxx
how did you make your links rainbow when you hover on them? it looks super cool! ^.^