.gradient-text {
background: linear-gradient(to bottom right,#f27990, #332b75);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
How to add color gradients in HTML text?
by
Tags:
.gradient-text {
background: linear-gradient(to bottom right,#f27990, #332b75);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
by
Tags:
Leave a Reply