Answers for "stroke text linear gradient"

0

css how to create gradients on text stroke

background: -webkit-linear-gradient(-86deg, #EEF85B 5%, #7AEC8D 53%, #09E5C3 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #232d2d;
Posted by: Guest on February-18-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language