Answers for "linear gradient font color color"

CSS
4

text-color gradient css

h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#f3ec78, #af4261);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
Posted by: Guest on August-31-2021

Code answers related to "linear gradient font color color"

Browse Popular Code Answers by Language