TIL an easy way to make rainbow text
POSTED ON:
This neat trick!
.gradient-text {
background-image: linear-gradient(45deg, blue, red);
color: transparent;
-webkit-background-clip: text;
}
Related TILs
Tagged: css
POSTED ON:
This neat trick!
.gradient-text {
background-image: linear-gradient(45deg, blue, red);
color: transparent;
-webkit-background-clip: text;
}
Tagged: css