How is stroke used? and how is the height determined? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How is stroke used? and how is the height determined?

31st Jul 2017, 6:35 PM
Emily
Emily - avatar
2 Answers
+ 3
thanks!
1st Aug 2017, 9:10 PM
Emily
Emily - avatar
0
h1{ color: black; -webkit-text-fill-color: white; /* Will override color (regardless of order) */ -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; }
1st Aug 2017, 6:43 PM
Аца Србија
Аца Србија - avatar