Gradient Text Color in CSS


Apply a gradient to text for creative styling.

Source Code

.gradient-text {
    background: -webkit-linear-gradient(left, red, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments