Answers for "text color gradient illustrator"

CSS
0

Color gradient for text

.text {
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0,0,0,.2);
}
Posted by: Guest on December-20-2021

Browse Popular Code Answers by Language