Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to give text stroke in css

section .title h3
{
    font-weight: 500; /* ( optional ) */
    -webkit-text-stroke: 0.8px #8d8d8d !important; /* ( stroke weight + color ) */
}
Source by www.codesdope.com #
 
PREVIOUS NEXT
Tagged: #give #text #stroke #css
ADD COMMENT
Topic
Name
9+8 =