Answers for "how to set text color in ingredient"

CSS
24

how to set text color in ingredient

h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
Posted by: Guest on February-26-2020

Code answers related to "how to set text color in ingredient"

Browse Popular Code Answers by Language