css how to create gradients on text stroke code example
Example: 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;