Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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;
Source by codepen.io #
 
PREVIOUS NEXT
Tagged: #css #create #gradients #text #stroke
ADD COMMENT
Topic
Name
9+9 =