Answers for "linear gradient ytext color"

CSS
1

linear gradient on text

h1{  font-size: 64px;
  background-image: linear-gradient(to right, #ba81cf, #6886d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
Posted by: Guest on September-10-2021

Code answers related to "linear gradient ytext color"

Browse Popular Code Answers by Language