Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text stroke css

h1{
     color: transparent;
     -webkit-text-stroke-color : teal;
     -webkit-text-stroke-width : 1mm;
}
 
PREVIOUS NEXT
Tagged: #text #stroke #css
ADD COMMENT
Topic
Name
9+8 =