CSS Gradient Text
Thomas Mak wrote at 2020-12-05.
h1 a {
background-image: linear-gradient(to bottom right, yellow, red);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
// text-fill-color: transparent;
}
Thomas Mak wrote at 2020-12-05.
h1 a {
background-image: linear-gradient(to bottom right, yellow, red);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
// text-fill-color: transparent;
}
Comments
no comments yet.