Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to apply outline to text in html css

#example3{
	color: black;
	font-size: 34px;
	-webkit-text-stroke: 1px black;
	-webkit-text-fill-color: white;
}
 
PREVIOUS NEXT
Tagged: #apply #outline #text #html #css
ADD COMMENT
Topic
Name
4+4 =