Answers for "can letters have an outline html css"

CSS
4

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;
}
Posted by: Guest on December-02-2020

Code answers related to "can letters have an outline html css"

Browse Popular Code Answers by Language