Answers for "add outline o ntext css"

CSS
1

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

Browse Popular Code Answers by Language